]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences: cleanup docs for tail.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Jan 2014 18:55:25 +0000 (10:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Jan 2014 18:55:25 +0000 (10:55 -0800)
core/sequences/sequences-docs.factor

index 5e775230f85bcfdc6d1eb76ebac5532bfdbd0976..ad0d557637462b0774e347760cc43f66845676e0 100644 (file)
@@ -916,7 +916,7 @@ HELP: head
 
 HELP: tail
 { $values { "seq" sequence } { "n" "a non-negative integer" } { "tailseq" "a new sequence" } }
-{ $description "Outputs a new sequence consisting of the input sequence with the first n items removed." }
+{ $description "Outputs a new sequence consisting of the input sequence with the first " { $snippet "n" } " items removed." }
 { $errors "Throws an error if the index is out of bounds." } ;
 
 HELP: but-last