diff --git a/src/simulator/crates/mc-turn/src/chronicle.rs b/src/simulator/crates/mc-turn/src/chronicle.rs index 1a337e66..0c1a3890 100644 --- a/src/simulator/crates/mc-turn/src/chronicle.rs +++ b/src/simulator/crates/mc-turn/src/chronicle.rs @@ -46,7 +46,7 @@ pub enum ChronicleEntry { pop: u32, }, /// p3-13: world event (geological / biological / anomalous) emitted by - /// `mc-sim::event_dispatch::dispatch_world_events` each turn. `category` + /// `mc-worldsim::event_dispatch::dispatch_world_events` each turn. `category` /// is one of `"geological"`, `"biological"`, `"anomalous"`. `kind` is the /// specific event type (e.g. `"earthquake"`, `"plague"`, `"fog_bank"`). /// `col`/`row` are the tile that sourced the event.