Skip to content

Commit 46d94fe

Browse files
committed
Update README
1 parent 50cbcb4 commit 46d94fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
18351835
Part of `luaw::function`'s implementation looks like:
18361836
```C++

0 commit comments

Comments
 (0)