summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2017-05-22 11:46:48 -0400
committerkyren <kerriganw@gmail.com>2017-05-22 11:46:48 -0400
commitc0ecc39fc7e065d0219d2efa321729b29b9016ca (patch)
treec71186ec38b052b72cd1e3b1ccb91664157ffa56 /README.md
parentb15ee9053e90effcce412abdb6f3cbb671b1c03b (diff)
downloadmlua-c0ecc39fc7e065d0219d2efa321729b29b9016ca.zip
grammar fix for README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fca154..0a5ea80 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ following differences with hlua:
* Handles to Lua values use the Lua registry, not the stack
* Handles to Lua values are all internally mutable
- * Handles to Lua values use non-mutable borrows the main Lua object, so
+ * Handles to Lua values have non-mutable borrows to the main Lua object, so
there can be multiple handles or long lived handles
* Targets lua 5.3