File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1827,10 +1827,10 @@ Detailed states for each step:
18271827- whether the function failed while running in Lua
18281828- whether the Lua function exists
18291829- whether converting the Lua function's result to C++ failed
1830- - whether the Lua function returns result (whether result exists)
1831- - whether got enough results (Lua could return more, couldn't less)
1830+ - whether the Lua function returns a result (whether result exists)
1831+ - whether got enough results (Lua could return more, but should not less)
18321832- how many results the Lua function returned
1833- - how many results we expect the Lua function should at least return
1833+ - how many results we expect the Lua function to return at least
18341834
18351835Part of `luaw::function`'s implementation looks like:
18361836```C++
You can’t perform that action at this time.
0 commit comments