From 7b348fa5b1aa1a0517c34286df641a134a9779fb Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Wed, 13 Mar 2024 14:19:39 +0000 Subject: [PATCH] change doc --- crates/border-wars/src/map/selected_tile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/selected_tile.rs b/crates/border-wars/src/map/selected_tile.rs index 7de28ef..b2c253d 100644 --- a/crates/border-wars/src/map/selected_tile.rs +++ b/crates/border-wars/src/map/selected_tile.rs @@ -28,7 +28,7 @@ pub enum SelectedTile { } impl SelectedTile { - /// Returns the index (ID) of the selected tile. + /// Returns the entity of the selected tile. /// Returns `None` if no tile is selected. pub const fn get_entity(&self) -> Option { match self {