Fix <c-object> documentation typo

wayo.cavazos 2006-05-30 04:20:31 +00:00
parent 1f246409b4
commit 3bcd3eb97a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HELP: <c-array> "( n type -- array )"
{ $errors "Throws an error if the type does not exist or the requested size is negative." }
{ $see-also <malloc-array> } ;
HELP: <c-object> "( n type -- array )"
HELP: <c-object> "( type -- array )"
{ $values { "type" "a string" } { "array" "a byte array" } }
{ $description "Creates a byte array suitable for holding a value with the given C type." }
{ $errors "Throws an error if the type does not exist." }