]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences-docs: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 21 Jun 2017 15:19:33 +0000 (18:19 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 15:58:17 +0000 (07:58 -0800)
core/sequences/sequences-docs.factor

index 9ca6c11b46dda40bb25bcfe261d64c1f7c24d8ca..a5cc0873bb5c3494bc95fcb71d638c6564facca8 100644 (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 ."