Skip to content

Commit 3309b2d

Browse files
authored
Merge pull request rust-lang#2142 from DanielEScherzer/patch-1
paths: align singular/plural in `paths.canonical.intro`
2 parents a5b10fd + 39fbb15 commit 3309b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ r[paths.canonical]
398398
## Canonical paths
399399

400400
r[paths.canonical.intro]
401-
Items defined in a module or implementation have a *canonical path* that corresponds to where within its crate it is defined.
401+
Each item defined in a module or implementation has a *canonical path* that corresponds to where within its crate it is defined.
402402

403403
r[paths.canonical.alias]
404404
All other paths to these items are aliases.

0 commit comments

Comments
 (0)