]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 25 Sep 2008 02:35:12 +0000 (21:35 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 25 Sep 2008 02:35:12 +0000 (21:35 -0500)
basis/urls/urls-docs.factor

index d413cff60081e93853a975aa07b2fa191df380db..5d9500788bdbb7b29905a3d92a858c1b71459991 100644 (file)
@@ -90,7 +90,7 @@ HELP: derive-url
     }
     { $example
         "USING: prettyprint urls ;"
-        "URL\" http://www.truecasey.com/drinks/kamboocha\""
+        "URL\" http://www.truecasey.com/drinks/kombucha\""
         "URL\" master-cleanser\" derive-url ."
         "URL\" http://www.truecasey.com/drinks/master-cleanser\""
     }