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