diff --git a/crates/valence_inventory/src/lib.rs b/crates/valence_inventory/src/lib.rs index cf4b1217c..8f19fa69d 100644 --- a/crates/valence_inventory/src/lib.rs +++ b/crates/valence_inventory/src/lib.rs @@ -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, }