Skip to content

Commit ecbfcec

Browse files
add missing wird
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent f27684e commit ecbfcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/items/modules.md

Lines changed: 1 addition & 1 deletion
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)