Skip to content

Commit cf23c9e

Browse files
author
benpop
committed
clarification
1 parent a55f0e1 commit cf23c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The library may compile to a dynamic shared library/bundle (.so) that you may re
66

77
Some operations can store and retrieve a 64-bit integer in and from a void pointer or lua_Number, if the machine and Lua VM support it.
88

9-
WARNING: A number of the operations use low-level C hacks. These may not work, and may not even throw an error if they don't. Lua is not supposed to crash, but when dealing with Lua's internals a crash is possible. THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGE OR INCONVENIENCE CAUSED BY THE USE OF THIS PROGRAM.
9+
WARNING: A number of the operations use low-level C hacks. These may not work, and may not even throw an error if they don't work. Lua is not supposed to crash, but when dealing with C or Lua's internals a crash is possible. THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGE OR INCONVENIENCE CAUSED BY THE USE OF THIS PROGRAM.
1010

1111
Supports Lua 5.1 and 5.2.
1212

0 commit comments

Comments
 (0)