]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/constructor-lifetime-args.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / constructor-lifetime-args.rs
index 1fe50cfebbac364c2e75add17a3f9e36685007ae..a03599ada1c2e7ab1022f4599426a1635856c2c0 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // All lifetime parameters in struct constructors are currently considered early bound,
-// i.e. `S::<ARGS>` is interpreted kinda like an associated item `S::<ARGS>::ctor`.
+// i.e., `S::<ARGS>` is interpreted kinda like an associated item `S::<ARGS>::ctor`.
 // This behavior is a bit weird, because if equivalent constructor were written manually
 // it would get late bound lifetime parameters.
 // Variant constructors behave in the same way, lifetime parameters are considered