]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/transitive_relation.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_data_structures / transitive_relation.rs
index fd5dfab9e61be6702d36a264810f8657e41cbe04..250dad8136e1434530bded1693115018a26be72b 100644 (file)
@@ -304,7 +304,7 @@ pub fn minimal_upper_bounds(&self, a: &T, b: &T) -> Vec<&T> {
     ///
     /// The intuition is that this moves "one step up" through a lattice
     /// (where the relation is encoding the `<=` relation for the lattice).
-    /// So e.g. if the relation is `->` and we have
+    /// So e.g., if the relation is `->` and we have
     ///
     /// ```
     /// a -> b -> d -> f