[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Minor reference manual error
- From: roberto@... (Roberto Ierusalimschy)
- Date: Tue, 3 Oct 2006 09:18:02 -0300
> In the online 5.1 manual:
>
> int lua_gc (lua_State *L, int what, int data);
> ...
> * LUA_GCSETSTEPMUL: sets arg/100 as the new value for the step
> multiplier of the collector (see §2.10). The function returns the
> previous value of the step multiplier.
>
>
> should this be sets data/100 instead of arg/100?
Sure. Thanks for the feedback.
-- Roberto