spelling fix for my spelling fix

This commit is contained in:
kyren 2017-12-05 07:30:34 -05:00
parent c67ae24c97
commit 56c9493f23
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ 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 because `rlua` callbacks are FnMut and the thus can only be mutably /// This is an error because `rlua` callbacks are FnMut and thus can only be mutably borrowed
/// borrowed once. /// 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
/// ///