lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>From 5.1.x to 5.2 it seems that the formal argument names in the
documentation have changed. "narg" is an argument index in
luaL_check() varieties, while narg is the number of arguments in
lua_resume(). "nargs" is the number of arguments in lua_pcall(). It
would seem a review and adjustment to the consistency of these names
could be helpful.

Thanks

-- 
Follow me on Github: https://github.com/vinniefalco