From c252668ba6607ff2e496ca94990a2216eb136db8 Mon Sep 17 00:00:00 2001 From: kyren Date: Mon, 12 Mar 2018 18:13:22 -0400 Subject: [PATCH] Fix README mention of "registry handles" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67423a7..9ba9df7 100644 --- a/README.md +++ b/README.md @@ -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.