]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences-docs: fix the delete-all $errors description
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 27 Aug 2017 08:54:59 +0000 (11:54 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Sun, 27 Aug 2017 10:06:09 +0000 (13:06 +0300)
core/sequences/sequences-docs.factor

index 360217c2c54d76c078fadc760fd2d21c2e151e98..9ca6c11b46dda40bb25bcfe261d64c1f7c24d8ca 100644 (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