Skip to content

Commit faf8e16

Browse files
Update src/overview.md
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
1 parent 9e4ce76 commit faf8e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ we'll talk about that later.
7373
of pairing up an impl with each reference to a trait) and [type
7474
checking] (the process of converting the types found in the HIR
7575
(`hir::Ty`), which represent the syntactic things that the user wrote,
76-
into the internal representation used by the compiler (Ty<'tcx>)).
76+
into the internal representation used by the compiler (`Ty<'tcx>`)).
7777
- The HIR is then [lowered to Mid-Level Intermediate Representation (MIR)][mir].
7878
- Along the way, we construct the THIR, which is an even more desugared HIR.
7979
THIR is used for pattern and exhaustiveness checking. It is also more

0 commit comments

Comments
 (0)