mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Fix typos (#522)
* fix various typos in the codebase * fix typos in CHANGELOG.md
This commit is contained in:
committed by
Alex Orlenko
parent
c3817409a8
commit
fd68b033f0
+1
-1
@@ -23,7 +23,7 @@ impl Drop for StateGuard<'_> {
|
||||
}
|
||||
|
||||
// An optimized version of `callback_error` that does not allocate `WrappedFailure` userdata
|
||||
// and instead reuses unsed values from previous calls (or allocates new).
|
||||
// and instead reuses unused values from previous calls (or allocates new).
|
||||
pub(super) unsafe fn callback_error_ext<F, R>(
|
||||
state: *mut ffi::lua_State,
|
||||
mut extra: *mut ExtraData,
|
||||
|
||||
Reference in New Issue
Block a user