]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_typeck/README.md
New upstream version 1.23.0+dfsg1
[rustc.git] / src / librustc_typeck / README.md
index a38f04e304b6c38d5b1da48341d48ec7e0e59003..1abc914e7d66155b462bc1e6c5b2beaed60d4a1e 100644 (file)
@@ -12,7 +12,7 @@ The `rustc_typeck` crate contains the source for "type collection" and
 
 ## Type collection
 
-Type "collection" is the process of convering the types found in the
+Type "collection" is the process of converting the types found in the
 HIR (`hir::Ty`), which represent the syntactic things that the user
 wrote, into the **internal representation** used by the compiler
 (`Ty<'tcx>`) -- we also do similar conversions for where-clauses and