Skip to content

Commit

Permalink
chore: fixed typo in lib.rs (#26)
Browse files Browse the repository at this point in the history
Fixed a minor typo in the `lib.rs` file.
  • Loading branch information
lukecarr authored Apr 26, 2024
1 parent 70d84d0 commit 7318783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subtale-mimir/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<FactKey, FactType, FactEvaluator,
//! Outcome>`), where the key is the unique identifier of the fact, and the
Expand Down

0 comments on commit 7318783

Please sign in to comment.