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 93e3a114..f0a2ed94 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3326,7 +3326,7 @@ Returns the remainder of dividing the current amount of bytes of | |||
3326 | memory in use by Lua by 1024. | 3326 | memory in use by Lua by 1024. |
3327 | } | 3327 | } |
3328 | 3328 | ||
3329 | @item{@defid{LUA_GCSTEP} (int n)| | 3329 | @item{@defid{LUA_GCSTEP} (size_t n)| |
3330 | Performs a step of garbage collection. | 3330 | Performs a step of garbage collection. |
3331 | } | 3331 | } |
3332 | 3332 | ||