sequences-docs: fix the delete-all $errors description
parent
12816f4d4e
commit
599a21a8da
|
@ -127,7 +127,7 @@ HELP: unless-empty
|
||||||
HELP: delete-all
|
HELP: delete-all
|
||||||
{ $values { "seq" "a resizable sequence" } }
|
{ $values { "seq" "a resizable sequence" } }
|
||||||
{ $description "Resizes the sequence to zero length, removing all elements. Not all sequences are resizable." }
|
{ $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" } ;
|
{ $side-effects "seq" } ;
|
||||||
|
|
||||||
HELP: resize
|
HELP: resize
|
||||||
|
|
Loading…
Reference in New Issue