[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Error in the 5.4 online manual for luaL_typeerror
- From: "Jasper Klein" <jasper@...>
- Date: Thu, 26 May 2022 17:04:35 +0200
Hello list,
I've found a small error in the 5.4 online manual.
The function declaration of luaL_typeerror [1] has a 'const char *' return type.
The return type should be an integer, like it is for lua_error and luaL_error.
-- Jasper
[1] http://www.lua.org/manual/5.4/manual.html#luaL_typeerror