sequences: cleanup docs for tail.

db4
John Benediktsson 2014-01-08 10:55:25 -08:00
parent d87a1da62f
commit a96efb16c2
1 changed files with 1 additions and 1 deletions

View 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