diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of index aaaf15b7..cdd54f66 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3234,7 +3234,7 @@ Values at other positions are not affected. | |||
3234 | 3234 | ||
3235 | } | 3235 | } |
3236 | 3236 | ||
3237 | @APIEntry{void lua_createtable (lua_State *L, int nseq, int nrec);| | 3237 | @APIEntry{void lua_createtable (lua_State *L, unsigned nseq, unsigned nrec);| |
3238 | @apii{0,1,m} | 3238 | @apii{0,1,m} |
3239 | 3239 | ||
3240 | Creates a new empty table and pushes it onto the stack. | 3240 | Creates a new empty table and pushes it onto the stack. |