Skip to content

Commit

Permalink
Fix typo (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd authored Dec 2, 2024
1 parent 28d9c92 commit 5946986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl Lua {
/// must forever live *inside* the arena, and cannot escape it.
///
/// Garbage collection takes place *in-between* calls to `Lua::enter`, no garbage will be
/// collected cocurrently with accessing the arena.
/// collected concurrently with accessing the arena.
///
/// Automatically triggers garbage collection before returning if the allocation debt is larger
/// than a small constant.
Expand Down

0 comments on commit 5946986

Please sign in to comment.