]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences-docs: add a missing article
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 14 Apr 2019 13:14:39 +0000 (15:14 +0200)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 14 Apr 2019 13:42:26 +0000 (08:42 -0500)
core/sequences/sequences-docs.factor

index fbb65a91335bf37b9eaac91dff0641a92c06fdac..2404d2e17e760fb4b9372e9fa8d54e7d2829b9d4 100644 (file)
@@ -632,7 +632,7 @@ HELP: member-eq?
 
 HELP: remove
 { $values { "elt" object } { "seq" sequence } { "newseq" "a new sequence" } }
-{ $description "Outputs a new sequence containing all elements of the input sequence except for given element." }
+{ $description "Outputs a new sequence containing all elements of the input sequence except for the given element." }
 { $notes "This word uses equality comparison (" { $link = } ")." } ;
 
 HELP: remove-eq