Skip to content

Commit d4ae7b0

Browse files
Fix typo
Co-authored-by: Who? Me?! <[email protected]>
1 parent 557f806 commit d4ae7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/identifiers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ like macro expansion and name resolution.
2727
The HIR uses a bunch of different identifiers that coexist and serve different purposes.
2828

2929
- A [`DefId`], as the name suggests, identifies a particular definition, or top-level
30-
item, in a given grate. It is composed of two parts: a [`CrateNum`] which identifies
30+
item, in a given crate. It is composed of two parts: a [`CrateNum`] which identifies
3131
the crate the definition comes from, and a [`DefIndex`] which identifies the definition
3232
within the crate. Unlike [`NodeId`]s, there isn't a [`DefId`] for every expression, which
3333
makes them more stable across compilations.

0 commit comments

Comments
 (0)