diff --git a/library/compiler/alien/c-types.facts b/library/compiler/alien/c-types.facts index 2b85ea7a34..135024cbc7 100644 --- a/library/compiler/alien/c-types.facts +++ b/library/compiler/alien/c-types.facts @@ -36,7 +36,7 @@ HELP: "( n type -- array )" { $errors "Throws an error if the type does not exist or the requested size is negative." } { $see-also } ; -HELP: "( n type -- array )" +HELP: "( 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." }