sequences-docs: fix a typo

factor-shell
Alexander Iljin 2017-06-21 18:19:33 +03:00 committed by John Benediktsson
parent 183da87bf4
commit abb3089a97
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,7 @@ HELP: sift
{ $values
{ "seq" sequence }
{ "newseq" sequence } }
{ $description "Outputs a new sequence with all instance of " { $link f } " removed." }
{ $description "Outputs a new sequence with all instances of " { $link f } " removed." }
{ $examples
{ $example "USING: prettyprint sequences ;"
"{ \"a\" 3 { } f } sift ."