[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc4) now available
- From: Daurnimator <quae@...>
- Date: Sat, 10 Jan 2015 23:29:14 -0500
On 6 January 2015 at 07:37, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> We'd also like feedback on the documentation:
> http://www.lua.org/work/doc/manual.html
The capitalization of types at the beginning of sentences in section
2.1 [1] seems off to me, terms such as "number" should appear
consistently to reduce confusion.
The lua_rotate description [2] is hard to parse:
> Rotates the stack elements from idx to the top n positions in the direction of the top, for a positive n, or -n positions in the direction of the bottom, for a negative n
[1] http://www.lua.org/work/doc/manual.html#2.1
[2] http://www.lua.org/work/doc/manual.html#lua_rotate