diff --git a/crates/subtale-mimir/src/lib.rs b/crates/subtale-mimir/src/lib.rs index c35d6aa..5bf917e 100644 --- a/crates/subtale-mimir/src/lib.rs +++ b/crates/subtale-mimir/src/lib.rs @@ -11,7 +11,7 @@ //! FactType>`), where the key is the unique identifier of the fact, and the //! value is the fact's value. //! -//! Also, your game will (most likey!) have predefined rules that define +//! Also, your game will (most likely!) have predefined rules that define //! behaviour that should occur when one or more facts are true. We //! represent rules as a map (`Rule`), where the key is the unique identifier of the fact, and the