diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-15 16:30:38 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-15 16:30:38 +0100 |
commit | 1fd73399caa9a1ea24bd626e607980ac94debd64 (patch) | |
tree | 77b72077cb6031951a52edf135e46ea2ff236d12 | |
parent | 0a40bae847e6ac9f0e007b766cb5a87d61a85398 (diff) | |
download | lua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.tar.gz lua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.tar.bz2 lua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.zip |
fix typos in readme
-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 | ||