change doc
All checks were successful
Rust Checks / checks (push) Successful in 1m10s
Rust Checks / checks (pull_request) Successful in 1m12s

This commit is contained in:
CoCo_Sol 2024-02-16 23:21:54 +01:00
parent 066561ff6c
commit 32f09423cb

View file

@ -28,7 +28,7 @@ pub struct MapGenerationEvent {
pub radius: usize,
}
/// spawns the tiles if the event is received.
/// Spawns the tiles if the event is received.
fn generate_map(
mut event: EventReader<MapGenerationEvent>,
mut commands: Commands,