spelling fixes

This commit is contained in:
kyren 2017-12-05 00:12:00 -05:00
parent 447810364a
commit d609d38675
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pub enum Error {
GarbageCollectorError(String), GarbageCollectorError(String),
/// A callback has triggered Lua code that has called the same callback again. /// 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. /// borrowed once.
RecursiveCallbackError, RecursiveCallbackError,
/// Lua code has accessed a [`UserData`] value that was already garbage collected /// Lua code has accessed a [`UserData`] value that was already garbage collected