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
9090flexibility, because perhaps the user intended for A and B to end up
9191as different types and not the same type.
9292
93- Pictorally , what this does is to take two distinct variables with
93+ Pictorially , what this does is to take two distinct variables with
9494(hopefully not completely) distinct type ranges and produce one with
9595the intersection.
9696
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
1212
1313## Type collection
1414
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
1616HIR (` hir::Ty ` ), which represent the syntactic things that the user
1717wrote, into the ** internal representation** used by the compiler
1818(` Ty<'tcx> ` ) -- we also do similar conversions for where-clauses and
You can’t perform that action at this time.
0 commit comments