Skip to content

Commit 508d2db

Browse files
add missing word
Co-authored-by: Josh Triplett <[email protected]>
1 parent f27684e commit 508d2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/items/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Module Path | Filesystem Path | File Contents
7979
`crate::util` | `util.rs` *or* `util/mod.rs` | `mod config;`
8080
`crate::util::config` | `util/config.rs` |
8181

82-
> **Note**: Prior to `rustc` 1.30, using `mod.rs` files was the way to load
82+
> **Note**: Prior to `rustc` 1.30, using `mod.rs` files was the only way to load
8383
> a module with nested children.
8484
8585
### The `path` attribute

0 commit comments

Comments
 (0)