From a96efb16c2930a8fe97ee8174f2b14a0ef9d1617 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 8 Jan 2014 10:55:25 -0800 Subject: [PATCH] sequences: cleanup docs for tail. --- core/sequences/sequences-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sequences/sequences-docs.factor b/core/sequences/sequences-docs.factor index 5e775230f8..ad0d557637 100644 --- a/core/sequences/sequences-docs.factor +++ b/core/sequences/sequences-docs.factor @@ -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 -- 2.34.1