Skip to content

Commit 227acff

Browse files
spastorinocamelid
andauthored
Update src/overview.md
Co-authored-by: Noah Lev <[email protected]>
1 parent faf8e16 commit 227acff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ we'll talk about that later.
7070
AST. This involves a lot of desugaring of things like loops and `async fn`.
7171
- We use the HIR to do [type inference] (the process of automatic
7272
detection of the type of an expression), [trait solving] (the process
73-
of pairing up an impl with each reference to a trait) and [type
73+
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,
7676
into the internal representation used by the compiler (`Ty<'tcx>`)).

0 commit comments

Comments
 (0)