diff --git a/core/sequences/sequences-docs.factor b/core/sequences/sequences-docs.factor index 360217c2c5..9ca6c11b46 100644 --- a/core/sequences/sequences-docs.factor +++ b/core/sequences/sequences-docs.factor @@ -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