Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashermansson committed Oct 8, 2024
1 parent 2a8ac22 commit 30a4caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/valence_inventory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ pub struct ClientInventoryState {
/// Tracks what slots have been changed by this client in this tick, so we
/// don't need to send updates for them.
slots_changed: u64,
/// The item the user things they updated thier cursor item to on the last
/// tick if Some if none the user did not update thier cursor item this
/// The item the user things they updated their cursor item to on the last
/// tick if Some if none the user did not update their cursor item this
/// last tick this is so we can inform the user of the update
client_updated_cursor_item: Option<ItemStack>,
}
Expand Down

0 comments on commit 30a4caa

Please sign in to comment.