From 3bcd3eb97a802d02f8e5536ee15d6db25a20becb Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Tue, 30 May 2006 04:20:31 +0000 Subject: [PATCH] Fix documentation typo --- library/compiler/alien/c-types.facts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }