Skip to content

Commit ba9259e

Browse files
authored
Fix typo (#1016)
"currenty"!
1 parent ed72105 commit ba9259e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The HIR uses a bunch of different identifiers that coexist and serve different p
4242
Unlike [`DefId`]s, a [`HirId`] can refer to [fine-grained entities][Node] like expressions,
4343
but stays local to the current crate.
4444

45-
- A [`BodyId`] identifies a HIR [`Body`] in the current crate. It is currenty only
45+
- A [`BodyId`] identifies a HIR [`Body`] in the current crate. It is currently only
4646
a wrapper around a [`HirId`]. For more info about HIR bodies, please refer to the
4747
[HIR chapter][hir-bodies].
4848

0 commit comments

Comments
 (0)