diff --git a/src/rust-2018/module-system/path-clarity.md b/src/rust-2018/module-system/path-clarity.md index 122c6811..432c2f23 100644 --- a/src/rust-2018/module-system/path-clarity.md +++ b/src/rust-2018/module-system/path-clarity.md @@ -347,7 +347,7 @@ fn func() { } ``` -With Rust 2018, however, the same code will also work completely unmodified in +With uniform paths, however, the same code will also work completely unmodified in a submodule: ```rust,ignore