byte-arrays-docs: Fix the description

db4
Eduardo Cavazos 2008-05-19 15:25:45 -05:00
parent 06703ee2ef
commit 8b14f119e5
1 changed files with 2 additions and 1 deletions

View File

@ -26,5 +26,6 @@ HELP: <byte-array> ( n -- byte-array )
HELP: >byte-array
{ $values { "seq" "a sequence" } { "byte-array" byte-array } }
{ $description "Outputs a freshly-allocated byte array whose elements have the same boolean values as a given sequence." }
{ $description
"Outputs a freshly-allocated byte array whose elements have the same signed byte values as a given sequence." }
{ $errors "Throws an error if the sequence contains elements other than integers." } ;