diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ require("compat53") | |||
35 | a meaningful return value, so the usual idiom of storing the return of | 35 | a meaningful return value, so the usual idiom of storing the return of |
36 | `require` in a local variable makes no sense. | 36 | `require` in a local variable makes no sense. |
37 | 37 | ||
38 | When run under Lua 5.3, this module does nothing. | 38 | When run under Lua 5.3+, this module does nothing. |
39 | 39 | ||
40 | When run under Lua 5.2 or 5.1, it replaces some of your standard | 40 | When run under Lua 5.2 or 5.1, it replaces some of your standard |
41 | functions and adds new ones to bring your environment closer to that | 41 | functions and adds new ones to bring your environment closer to that |