sequences-docs: fix the delete-all $errors description
parent
12816f4d4e
commit
599a21a8da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue