about summary refs log tree commit diff
path: root/src/test/run-pass/uniform-paths/basic-nested.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/uniform-paths/basic-nested.rs')
-rw-r--r--src/test/run-pass/uniform-paths/basic-nested.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/uniform-paths/basic-nested.rs b/src/test/run-pass/uniform-paths/basic-nested.rs
index a0256187dbb..c6a95ba4089 100644
--- a/src/test/run-pass/uniform-paths/basic-nested.rs
+++ b/src/test/run-pass/uniform-paths/basic-nested.rs
@@ -41,7 +41,7 @@ use std::io;
 mod bar {
     // Also test the unqualified external crate import in a nested module,
     // to show that the above import doesn't resolve through a local `std`
-    // item, e.g. the automatically injected `extern crate std;`, which in
+    // item, e.g., the automatically injected `extern crate std;`, which in
     // the Rust 2018 should no longer be visible through `crate::std`.
     pub use std::io;