sequences-docs: fix the delete-all $errors description

modern-harvey2
Alexander Iljin 2017-08-27 11:54:59 +03:00
parent 12816f4d4e
commit 599a21a8da
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ HELP: unless-empty
HELP: delete-all
{ $values { "seq" "a resizable sequence" } }
{ $description "Resizes the sequence to zero length, removing all elements. Not all sequences are resizable." }
{ $errors "Throws a " { $link bounds-error } " if the new length is negative, or if the sequence is not resizable." }
{ $errors "Throws an error if the sequence is not resizable." }
{ $side-effects "seq" } ;
HELP: resize