]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/fold.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc / ty / fold.rs
index 20f64597b7876fcd7d9c1a6b749f60f7b5fc2b0b..a40e1df14f8e829621517752ec9ef18479f0ab44 100644 (file)
@@ -887,7 +887,7 @@ struct LateBoundRegionsCollector {
 
     /// If true, we only want regions that are known to be
     /// "constrained" when you equate this type with another type. In
-    /// particular, if you have e.g. `&'a u32` and `&'b u32`, equating
+    /// particular, if you have e.g., `&'a u32` and `&'b u32`, equating
     /// them constraints `'a == 'b`.  But if you have `<&'a u32 as
     /// Trait>::Foo` and `<&'b u32 as Trait>::Foo`, normalizing those
     /// types may mean that `'a` and `'b` don't appear in the results,