grammar fix for README

This commit is contained in:
kyren 2017-05-22 11:46:48 -04:00
parent b15ee9053e
commit c0ecc39fc7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ following differences with hlua:
* Handles to Lua values use the Lua registry, not the stack * Handles to Lua values use the Lua registry, not the stack
* Handles to Lua values are all internally mutable * 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 there can be multiple handles or long lived handles
* Targets lua 5.3 * Targets lua 5.3