diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2020-07-08 20:25:09 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2020-07-08 20:25:09 +0200 |
commit | 931652ad9ef34c99e53007de9f92bfd5a397a219 (patch) | |
tree | af2332578152b1ec65b3867e87c04ab2190734ad /README.md | |
parent | a1735f6e6bd17588fcaf98720f0548c4caa23b34 (diff) | |
download | lua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.tar.gz lua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.tar.bz2 lua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.zip |
Make it usable on Lua 5.4v0.8
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 |