What changed, and why it matters
This commit fixes a single spelling mistake in a documentation comment ('consenus-encoding' to 'consensus-encoding'). It changes no code, no build files, and no executable logic. There is no security relevance.
No action required. This is a documentation-only typo fix with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A one-character typo correction in docs/primitives.md within an HTML comment. The diff is +1/-1 line and affects only documentation. No Rust source, tests, dependencies, or configuration were modified.
Changed components
docs/primitives.mdInspect captured patch +1 / −1
diff --git a/docs/primitives.md b/docs/primitives.md
index e8b1e048..e2330e89 100644
--- a/docs/primitives.md
+++ b/docs/primitives.md
@@ -10,7 +10,7 @@ GitHub discussion: https://github.com/rust-bitcoin/rust-bitcoin/discussions/4856
Pull encoding done in: https://github.com/rust-bitcoin/rust-bitcoin/pull/4912
-<!-- TODO: Add a consenus-encoding.md file? -->
+<!-- TODO: Add a consensus-encoding.md file? -->
### Remove `hashes` from the public API.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.