]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/try-operator-hygiene.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / run-pass / try-operator-hygiene.rs
index 045a8a503203253b153703256a7be8c6441858c1..2771ab4233f9618ce4f4336d9f59265ea8c616c7 100644 (file)
@@ -17,7 +17,7 @@
 //     Err(err) => return Err(From::from(err)),
 // }
 //
-// This test verifies that the expansion is hygienic, i.e. it's not affected by other `val` and
+// This test verifies that the expansion is hygienic, i.e., it's not affected by other `val` and
 // `err` bindings that may be in scope.
 
 use std::num::ParseIntError;