]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing typos in lists-docs
authorJames Cash <james.nvc@gmail.com>
Thu, 5 Jun 2008 18:31:43 +0000 (14:31 -0400)
committerJames Cash <james.nvc@gmail.com>
Thu, 5 Jun 2008 18:31:43 +0000 (14:31 -0400)
extra/lists/lists-docs.factor

index 6b22e7712160d7b3a8437c88b6b2a523ed1531b5..a5299ba6a0e0f79bc8c67bb17639255d2fa0d791 100644 (file)
@@ -99,6 +99,6 @@ HELP: seq>cons
 HELP: traverse    
 { $values { " list"  "a cons object" } { "pred" } { "a quotation with stack effect ( list/elt -- ? )" }
           { "quot" "a quotation with stack effect ( list/elt -- result)" }  { "result" "a new cons object" } }
-{ $description "Recursively traverses the list object, replacing any elements (which can themselves be sublists) that " { $snippet pred }
-    " returns true for with the result of applying " { $snippet quot } " to." } ;
+{ $description "Recursively traverses the list object, replacing any elements (which can themselves be sublists) that pred" 
+    " returns true for with the result of applying quot to." } ;