From 71543954d206a4a7f96411556ac97eb50416f2f2 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Wed, 14 Feb 2024 19:05:53 +0100 Subject: [PATCH] change doc --- crates/border-wars/src/map/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/mod.rs b/crates/border-wars/src/map/mod.rs index 909c203..515d0c2 100644 --- a/crates/border-wars/src/map/mod.rs +++ b/crates/border-wars/src/map/mod.rs @@ -1,3 +1,3 @@ -//! Contains all the map related logic. +//! Contains all the logic related to the map. pub mod hex;