Skip to content

Commit 0c02acd

Browse files
authored
Update overview.md (#1351)
Fix minor typo
1 parent 425fa20 commit 0c02acd

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
@@ -94,7 +94,7 @@ of pairing up an impl with each reference to a trait), and [*type
9494
checking*]. Type checking is the process of converting the types found in the HIR
9595
([`hir::Ty`]), which represent what the user wrote,
9696
into the internal representation used by the compiler ([`Ty<'tcx>`]).
97-
That information is usedto verify the type safety, correctness and
97+
That information is used to verify the type safety, correctness and
9898
coherence of the types used in the program.
9999

100100
### MIR lowering

0 commit comments

Comments
 (0)