doc: fix some typos

PR #2754
This commit is contained in:
tgolang
2024-05-13 19:44:51 +08:00
committed by GitHub
parent bb6f0f5519
commit 22b677900f
3 changed files with 3 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ impl ConfiguredHIR {
&self.config
}
/// Return a reference to the underyling HIR.
/// Return a reference to the underlying HIR.
pub(crate) fn hir(&self) -> &Hir {
&self.hir
}