Bootstrap fix

slava 2006-02-25 03:54:41 +00:00
parent a8eb37f582
commit 3cfa0db854
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ HELP: buffer-empty? "( buffer -- ? )"
{ $values { "buffer" "a buffer" } { "?" "a boolean" } }
{ $description "Tests if the buffer contains no more data to be read." } ;
HELP: buffer-extend "( n buffer -- )"
HELP: extend-buffer "( n buffer -- )"
{ $values { "n" "a non-negative integer" } { "buffer" "a buffer" } }
{ $description "Grows a buffer to fit " { $snippet "n" } " bytes of data." } ;