File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ holds trivially because A==B. However, we have now lost some
90
90
flexibility, because perhaps the user intended for A and B to end up
91
91
as different types and not the same type.
92
92
93
- Pictorally , what this does is to take two distinct variables with
93
+ Pictorially , what this does is to take two distinct variables with
94
94
(hopefully not completely) distinct type ranges and produce one with
95
95
the intersection.
96
96
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The `rustc_typeck` crate contains the source for "type collection" and
12
12
13
13
## Type collection
14
14
15
- Type "collection" is the process of convering the types found in the
15
+ Type "collection" is the process of converting the types found in the
16
16
HIR (` hir::Ty ` ), which represent the syntactic things that the user
17
17
wrote, into the ** internal representation** used by the compiler
18
18
(` Ty<'tcx> ` ) -- we also do similar conversions for where-clauses and
You can’t perform that action at this time.
0 commit comments