From b628af81de74848e67a254ef33ab133b2b6ad4f5 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 8 Sep 2026 12:02:03 +0200 Subject: [PATCH] docs: fix the one passive-voice hit in docs/crates/README.md Second doc-directory of hyperhive#4042's Passive pass (see #4098 for the first batch's full read-every-hit reasoning). Only one hit in this whole directory: "Every page is generated at build time (nix/packages/reference-docs.nix, hyperhive#3051)" -- a genuine catch, same shape as #4098's swarm-SSO rewrites -- the actor is already named parenthetically in the same sentence, so naming it as the grammatical subject too is strictly clearer: "nix/packages/reference-docs.nix (hyperhive#3051) generates every page at build time". Verified: vale docs/crates/README.md before/after -- 1 -> 0 warnings. --- docs/crates/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/crates/README.md b/docs/crates/README.md index 75348807..492dfd52 100644 --- a/docs/crates/README.md +++ b/docs/crates/README.md @@ -3,8 +3,8 @@ One page per Rust workspace crate — its own `README.md`, unchanged, served here for browsing alongside the rest of the docs site. **The crate's own `README.md` is the source of truth; nothing here is hand-maintained.** -Every page is generated at build time (`nix/packages/reference-docs.nix`, -hyperhive#3051) straight from the crate's real `README.md`, so it can never +`nix/packages/reference-docs.nix` (hyperhive#3051) generates every page at +build time straight from the crate's real `README.md`, so it can never drift out of sync the way a hand-copied mirror would — edit the crate's own README to change what shows up here.