sequences: fix typo in docs for shorten.

db4
John Benediktsson 2012-07-20 08:38:52 -07:00
parent 46b06e28a6
commit 3502c5fbc2
1 changed files with 1 additions and 1 deletions

View File

@ -1388,7 +1388,7 @@ HELP: short
HELP: shorten
{ $values
{ "n" integer } { "seq" sequence } }
{ $description "Shortens a " { $link "growable" } " sequence to by " { $snippet "n" } " elements long." }
{ $description "Shortens a " { $link "growable" } " sequence to be " { $snippet "n" } " elements long." }
{ $examples { $example "USING: sequences prettyprint kernel ;"
"V{ 1 2 3 4 5 } 3 over shorten ."
"V{ 1 2 3 }"