]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sequences/sequences-docs.factor
sequences-docs: fix wording
[factor.git] / core / sequences / sequences-docs.factor
index 4eb46b2c657502444585d4e73ec8dfce7bedd10d..c76361dad488f880c2c6904c1d1191b5b49d5d98 100644 (file)
@@ -570,7 +570,7 @@ HELP: filter!
 
 HELP: reject
 { $values { "seq" sequence } { "quot" { $quotation ( ... elt -- ... ? ) } } { "subseq" "a new sequence" } }
-{ $description "Applies the quotation to each element in turn, and outputs a new sequence removing with the elements of the original sequence for which the quotation output a true value." } ;
+{ $description "Applies the quotation to each element in turn, and outputs a new sequence removing the elements of the original sequence for which the quotation outputs a true value." } ;
 
 HELP: reject-as
 { $values { "seq" sequence } { "quot" { $quotation ( ... elt -- ... ? ) } } { "exemplar" sequence } { "subseq" "a new sequence" } }