Fix README mention of "registry handles"

This commit is contained in:
kyren 2018-03-12 18:13:22 -04:00
parent c6c90f201c
commit c252668ba6
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ considered a bug.
Caveats to the panic / abort guarantee:
* `rlua` reserves the right to panic on API usage errors. Currently, the only
time this will happen is when passed a registry handle type from a different
Lua state.
time this will happen is when passed a handle type from a mismatched `Lua`
instance.
* Currently, there are no memory or execution limits on scripts, so untrusted
scripts can always at minimum infinite loop or allocate arbitrary amounts of
memory.