From 685436a8eb33420ad774999bb50347f31e3f94a9 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sat, 9 Mar 2024 13:33:21 +0000 Subject: [PATCH] Update crates/border-wars/src/map/click_tile.rs --- crates/border-wars/src/map/click_tile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/click_tile.rs b/crates/border-wars/src/map/click_tile.rs index a29b0ce..fb66845 100644 --- a/crates/border-wars/src/map/click_tile.rs +++ b/crates/border-wars/src/map/click_tile.rs @@ -10,7 +10,7 @@ use super::Tile; #[derive(Event)] pub struct TileJustClicked(pub u32); -/// A event that is triggered when a mouse button is clicked. +/// An event that is triggered when a mouse button is clicked. /// /// The event contains the position of the cursor in the world. #[derive(Event)]