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.
This commit is contained in:
parent
bfb9636d52
commit
b628af81de
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue