You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Custom DLLs are supported as long as they don't change any call arguments or ret
19
19
# Design Considerations / Usage
20
20
21
21
Your delegates you pass to functions such as `lua_pushcfunction(...)` should be static.
22
-
If you do not use static, then the lifetime of your functions should exceed the lifetime of the Lua the final Lua context you create during the course of the program.
22
+
If you do not use static, then the lifetime of your functions should exceed the lifetime of the final lua_State you create during the course of the program.
0 commit comments