diff --git a/crates/ir/src/semi_human.rs b/crates/ir/src/semi_human.rs index 6e63176..64dae43 100644 --- a/crates/ir/src/semi_human.rs +++ b/crates/ir/src/semi_human.rs @@ -1,4 +1,4 @@ -//! The midterm solution for source representation, until we've got a nice source frontent. +//! The midterm solution for source representation, until we've got a nice source frontend. //! //! Sacrifices type expressivity for the sake of typability in [RON] files. //!