]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/regions/regions-early-bound-trait-param.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / run-pass / regions / regions-early-bound-trait-param.rs
index 220614c9203e41d3469513286807fca317c2282d..70cb4bcbd6fcdbf53e97f2aaf88da034e48e78ed 100644 (file)
@@ -131,7 +131,7 @@ pub fn main() {
     // for details.
     assert_eq!(object_invoke2(&*m), 5);
 
-    // The RefMakerTrait above is pretty strange (i.e. it is strange
+    // The RefMakerTrait above is pretty strange (i.e., it is strange
     // to consume a value of type T and return a &T).  Easiest thing
     // that came to my mind: consume a cell of a linked list and
     // return a reference to the list it points to.