diff --git a/crates/border-wars/src/map/generation.rs b/crates/border-wars/src/map/generation.rs index 6e03333..4a948a4 100644 --- a/crates/border-wars/src/map/generation.rs +++ b/crates/border-wars/src/map/generation.rs @@ -1,4 +1,4 @@ -//! All fonctions related to the generation of the map. +//! All functions related to the generation of the map. use bevy::prelude::*; use noise::{NoiseFn, Perlin};