From 39fbb15734b09c8cdc2595835f9603d0e2d34f05 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Mon, 26 Jan 2026 00:48:05 -0800 Subject: [PATCH] paths: align singular/plural in `paths.canonical.intro` Consistently use the single form to describe the items, since the overall section generally refers to "canonical path" in the singular. --- src/paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paths.md b/src/paths.md index d28877d2a5..f5732a9d18 100644 --- a/src/paths.md +++ b/src/paths.md @@ -395,7 +395,7 @@ r[paths.canonical] ## Canonical paths r[paths.canonical.intro] -Items defined in a module or implementation have a *canonical path* that corresponds to where within its crate it is defined. +Each item defined in a module or implementation has a *canonical path* that corresponds to where within its crate it is defined. r[paths.canonical.alias] All other paths to these items are aliases.