Fix documentation typo

slava 2006-07-04 21:23:51 +00:00
parent c7bd16e191
commit 5d475b64b1
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ HELP: byte-array f
HELP: <byte-array> "( n -- byte-array )"
{ $values { "n" "a non-negative integer" } { "byte-array" "a new byte array" } }
{ $description "Creates a new byte array holding " { $snippet "n" } " cells." } ;
{ $description "Creates a new byte array holding " { $snippet "n" } " bytes." } ;