Skip to content

Commit 9e4ce76

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

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
@@ -72,7 +72,7 @@ we'll talk about that later.
7272
detection of the type of an expression), [trait solving] (the process
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
75-
(hir::Ty), which represent the syntactic things that the user wrote,
75+
(`hir::Ty`), which represent the syntactic things that the user wrote,
7676
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.

0 commit comments

Comments
 (0)