[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT documentation error (probably typo)
- From: Mike Pall <mikelu-1102@...>
- Date: Fri, 18 Feb 2011 20:37:42 +0100
Michal Kottman wrote:
> While reading through the latest LuaJIT2 docs, I noticed the following
> in ext_ffi_semantics.html, section "Conversions from C types to Lua
> objects":
>
> bool 0 → true, otherwise false
>
> I guess this is a typo (0 should evaluate to false, shouldn't it?),
Thank you for the report! Fixed in git HEAD.
--Mike