]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences-docs: fix wording
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 10 Apr 2016 16:08:18 +0000 (19:08 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Sat, 30 Apr 2016 14:53:48 +0000 (17:53 +0300)
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" } }