We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed72105 commit ba9259eCopy full SHA for ba9259e
src/identifiers.md
@@ -42,7 +42,7 @@ The HIR uses a bunch of different identifiers that coexist and serve different p
42
Unlike [`DefId`]s, a [`HirId`] can refer to [fine-grained entities][Node] like expressions,
43
but stays local to the current crate.
44
45
-- 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
46
a wrapper around a [`HirId`]. For more info about HIR bodies, please refer to the
47
[HIR chapter][hir-bodies].
48
0 commit comments