]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo
authorBruno Deferrari <utizoc@gmail.com>
Wed, 7 May 2008 20:15:31 +0000 (17:15 -0300)
committerBruno Deferrari <utizoc@gmail.com>
Wed, 7 May 2008 20:15:31 +0000 (17:15 -0300)
extra/qualified/qualified-docs.factor

index c5cb088db38c49118b3fa305df781be2b40acf55..d62f696a7490c9bc5e0e443f48a264bf025cbaab 100755 (executable)
@@ -23,7 +23,7 @@ HELP: EXCLUDE:
 { $syntax "EXCLUDE: vocab => words ... ;" }
 { $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." }
 { $examples { $code
-    "EXCLUDE: math.parser => bin> hex> ; ! imports everythin but bin> and hex>" } } ;
+    "EXCLUDE: math.parser => bin> hex> ; ! imports everything but bin> and hex>" } } ;
 
 HELP: RENAME:
 { $syntax "RENAME: word vocab => newname " }