Skip to content

Commit 11cee74

Browse files
committed
Auto merge of #45756 - topecongiro:fix-typos/librustc_typeck, r=kennytm
Fix typos in README.md This nitpicky PR fixes few typos I found while reading `README.md`s.
2 parents 44990e5 + 0745733 commit 11cee74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc/infer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ holds trivially because A==B. However, we have now lost some
9090
flexibility, because perhaps the user intended for A and B to end up
9191
as 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
9595
the intersection.
9696

src/librustc_typeck/README.md

+1-1
Original file line numberDiff line numberDiff 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
1616
HIR (`hir::Ty`), which represent the syntactic things that the user
1717
wrote, into the **internal representation** used by the compiler
1818
(`Ty<'tcx>`) -- we also do similar conversions for where-clauses and

0 commit comments

Comments
 (0)