diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -34,8 +34,8 @@ a meaningful return value, so the usual idiom of storing the return of | |||
| 34 | 34 | ||
| 35 | When run under Lua 5.3, this module does nothing. | 35 | When run under Lua 5.3, this module does nothing. |
| 36 | 36 | ||
| 37 | Wehn run under Lua 5.2 or 5.1, it replaces some of your standard | 37 | When run under Lua 5.2 or 5.1, it replaces some of your standard |
| 38 | functions and adds new ondes to bring your environment closer to that | 38 | functions and adds new ones to bring your environment closer to that |
| 39 | of Lua 5.3. It also loads the backported `utf8` module automatically, | 39 | of Lua 5.3. It also loads the backported `utf8` module automatically, |
| 40 | and tries to use [Roberto's struct library][1]. | 40 | and tries to use [Roberto's struct library][1]. |
| 41 | 41 | ||
