Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5a1aeb7

Browse files
authored
Update overview.md (rust-lang#1351)
Fix minor typo
1 parent 5208de7 commit 5a1aeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/overview.md

Lines changed: 1 addition & 1 deletion
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)