From 5b8befff75214aa9a29b589d214b8b3e6866fead Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 19:30:12 +0100 Subject: [PATCH] correct spelling mistake --- doc/argumenttypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/argumenttypes.md b/doc/argumenttypes.md index 4a8ab55..f73af86 100644 --- a/doc/argumenttypes.md +++ b/doc/argumenttypes.md @@ -12,7 +12,7 @@ Standard type names include `unsigned char`, `char`, `short`, C types, which are converted to/from [lua_Number](http://www.lua.org/manual/5.1/manual.html#lua_Number). -Additionaly, `byte` is an equivalent naming for `unsigned char`, and +Additionally, `byte` is an equivalent naming for `unsigned char`, and `boolean` is interpreted as a boolean in Lua, and an int in C. `real` will also be converted to/from a `lua_Number`, while assuming that