What changed, and why it matters
This commit fixes a single missing closing parenthesis in a Markdown documentation file (docs/roadmap.md). It is a typo correction with no code changes and no security relevance.
Recommended action
No action required. This is a documentation typo fix with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff shows a one-character change in docs/roadmap.md, adding a missing ‘)’ to complete a Markdown link reference. No source code, build scripts, tests, or configuration files were modified.
Changed components
docs/roadmap.mdInspect captured patch +1 / −1
diff --git a/docs/roadmap.md b/docs/roadmap.md
index 2a795b8f..79ca0429 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -6,7 +6,7 @@
* Add support for consensus encoding to `primitives`
* Release `bitcoin v0.33.0-rc.0`
* Split out an address crate (see [address.md])
-* BIP-32 and BIP-380 (see [bip-32.md]
+* BIP-32 and BIP-380 (see [bip-32.md])
* PSBTv2 (see [psbt.md])
* Make it possible for `bitcoin` to depend on `miniscript` (see [#2882])
- Requires [bip-32.md] and [psbt.md]
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.