diff --git a/crates/border-wars/src/networking/mod.rs b/crates/border-wars/src/networking/mod.rs index 3b2892a..9b31654 100644 --- a/crates/border-wars/src/networking/mod.rs +++ b/crates/border-wars/src/networking/mod.rs @@ -38,7 +38,7 @@ pub enum PlayerRank { Player, } -/// The event to start the game send by the admin. +/// The event to start the game, that is send by the admin. #[derive(Event, Serialize, Deserialize)] pub struct StartGame(pub StartMapGeneration);