From 012d6da4893f9d331d58b14857afa5fc673deeed Mon Sep 17 00:00:00 2001 From: Camelid Date: Sat, 9 Jan 2021 17:18:57 -0800 Subject: Fix typo (#1016) "currenty"! --- src/doc/rustc-dev-guide/src/identifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc/rustc-dev-guide') diff --git a/src/doc/rustc-dev-guide/src/identifiers.md b/src/doc/rustc-dev-guide/src/identifiers.md index 3923c9332eb..d04509b683f 100644 --- a/src/doc/rustc-dev-guide/src/identifiers.md +++ b/src/doc/rustc-dev-guide/src/identifiers.md @@ -42,7 +42,7 @@ The HIR uses a bunch of different identifiers that coexist and serve different p Unlike [`DefId`]s, a [`HirId`] can refer to [fine-grained entities][Node] like expressions, but stays local to the current crate. -- A [`BodyId`] identifies a HIR [`Body`] in the current crate. It is currenty only +- A [`BodyId`] identifies a HIR [`Body`] in the current crate. It is currently only a wrapper around a [`HirId`]. For more info about HIR bodies, please refer to the [HIR chapter][hir-bodies]. -- cgit 1.4.1-3-g733a5