From c0ecc39fc7e065d0219d2efa321729b29b9016ca Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 22 May 2017 11:46:48 -0400 Subject: [PATCH] grammar fix for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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