docs: fix article typo in ARCHITECTURE.md - #2558
Conversation
"a extract_<lang>" should be "an extract_<lang>" since the identifier starts with a vowel sound.
There was a problem hiding this comment.
Graphify reviewed this change.
Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).
Graphify review — findings
This pull request makes a single-character grammar edit in ARCHITECTURE.md, changing "a extractor" to "an extractor" in the "Adding a new language extractor" section. It is a documentation-only wording fix with no code or behavioral changes.
No blocking issues surfaced.
Analysis details — impact, health, verification
Impact & health
Graphify review
Impact — 9 functions depend on the 9 functions this change touches.
Health — grade A; no new coupling hotspots.
Verification — 9 functions in the blast radius were not formally verified this run (proofs are advisory here).
Gate & verification
graphify gate
PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.
Advisory (not blocking):
- verification_scope: 9 function(s) in the blast radius were not formally verified this run
Summary
extract_<lang>..." should be "Add anextract_<lang>..." since the identifier starts with a vowel sound.Test plan