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