From 5a209ab5afaa8e6791c1aaa17ac203944b33c320 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Fri, 19 Jan 2024 12:07:09 +0100 Subject: [PATCH] docs: fix typo --- crates/ir/src/semi_human.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //!