diff --git a/src/mod/split.md b/src/mod/split.md index 2c78ee2b8b..8d95e9f5e5 100644 --- a/src/mod/split.md +++ b/src/mod/split.md @@ -39,9 +39,9 @@ fn main() { In `my.rs`: ```rust,ignore -// Similarly `mod inaccessible` and `mod nested` will locate the `nested.rs` -// and `inaccessible.rs` files and insert them here under their respective -// modules +// Similarly `mod inaccessible` and `mod nested` will locate the +// `inaccessible.rs` and `nested.rs` files and insert them here under their +// respective modules mod inaccessible; pub mod nested;