sequences: cleanup docs for tail.
parent
d87a1da62f
commit
a96efb16c2
|
|
@ -916,7 +916,7 @@ HELP: head
|
||||||
|
|
||||||
HELP: tail
|
HELP: tail
|
||||||
{ $values { "seq" sequence } { "n" "a non-negative integer" } { "tailseq" "a new sequence" } }
|
{ $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." } ;
|
{ $errors "Throws an error if the index is out of bounds." } ;
|
||||||
|
|
||||||
HELP: but-last
|
HELP: but-last
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue