Fixing typos in lists-docs

db4
James Cash 2008-06-05 14:31:43 -04:00
parent c901734689
commit 9a0027126d
1 changed files with 2 additions and 2 deletions

View 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." } ;