From 30a4caa6985d28b24b05b3c69fdd5eb01f5e11a8 Mon Sep 17 00:00:00 2001 From: Lukas Hermansson Date: Tue, 8 Oct 2024 19:56:17 +0200 Subject: [PATCH] fix spelling --- crates/valence_inventory/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }