From d609d3867510eb3391dcf9710a12626c757a81c4 Mon Sep 17 00:00:00 2001 From: kyren Date: Tue, 5 Dec 2017 00:12:00 -0500 Subject: [PATCH] spelling fixes --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index d3f2c74..a26f722 100644 --- a/src/error.rs +++ b/src/error.rs @@ -28,7 +28,7 @@ pub enum Error { GarbageCollectorError(String), /// A callback has triggered Lua code that has called the same callback again. /// - /// This is an error, since `rlua` callbacks are FnMut an the functions can only be mutably + /// This is an error because `rlua` callbacks are FnMut and the thus can only be mutably /// borrowed once. RecursiveCallbackError, /// Lua code has accessed a [`UserData`] value that was already garbage collected