[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 manual incorrectly references luaopen_bitlib instead of luaopen_bit32
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 6 Jan 2012 13:43:12 -0200
> In the last paragraph of Section 6 of the Lua 5.2 manual
> http://www.lua.org/manual/5.2/manual.html#6 when talking about
> luaL_requiref, it incorrectly states "luaopen_bitlib (for the bit
> library)" and in fact should state "luaopen_bit32 (for the bit
> library)".
Thanks for the correction.
-- Roberto