diff --git a/extra/lists/lists-docs.factor b/extra/lists/lists-docs.factor index 6b22e77121..a5299ba6a0 100644 --- a/extra/lists/lists-docs.factor +++ b/extra/lists/lists-docs.factor @@ -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." } ;