From 731878358b88b93e25e09148da85c2811df4ac0c Mon Sep 17 00:00:00 2001 From: Luke Carr Date: Sat, 27 Apr 2024 00:04:49 +0100 Subject: [PATCH] chore: fixed typo in `lib.rs` (#26) Fixed a minor typo in the `lib.rs` file. --- crates/subtale-mimir/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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