sequences-docs: add a missing article

clean-macosx-x86-32
Alexander Iljin 2019-04-14 15:14:39 +02:00 committed by Doug Coleman
parent b3b9b6b1ac
commit 0fc946dc0f
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ HELP: member-eq?
HELP: remove HELP: remove
{ $values { "elt" object } { "seq" sequence } { "newseq" "a new sequence" } } { $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 = } ")." } ; { $notes "This word uses equality comparison (" { $link = } ")." } ;
HELP: remove-eq HELP: remove-eq