What changed, and why it matters
This commit only fixes a spelling mistake in the changelog ('paramater' to 'parameter') and adds a missing newline at the end of the file. It changes no code, no build files, and no documentation that affects how the software works. There is no security relevance.
No action needed. This is a documentation-only typo fix with no security or functional impact.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to units/CHANGELOG.md. It corrects a typo in a changelog bullet and adds a trailing newline. No Rust source, tests, Cargo.toml, CI, or other functional files are modified. No APIs, behavior, dependencies, or cryptographic operations are affected.
Changed components
Inspect captured patch +2 / −2
diff --git a/units/CHANGELOG.md b/units/CHANGELOG.md
index bd072693..318c4942 100644
--- a/units/CHANGELOG.md
+++ b/units/CHANGELOG.md
@@ -29,7 +29,7 @@ This changelog is a rolling description of everything that will eventually end u
* Remove `InputString` from the public API [#3905](https://github.com/rust-bitcoin/rust-bitcoin/pull/3905)
* Hide the remaining public macros [#3867](https://github.com/rust-bitcoin/rust-bitcoin/pull/3867)
* Change method return type for `to_unsigned()` [#3769](https://github.com/rust-bitcoin/rust-bitcoin/pull/3769)
-* Change paramater type used for whole bitcoin [#3744](https://github.com/rust-bitcoin/rust-bitcoin/pull/3744)
+* Change parameter type used for whole bitcoin [#3744](https://github.com/rust-bitcoin/rust-bitcoin/pull/3744)
* Add `Weight::to_kwu_ceil` [#3740](https://github.com/rust-bitcoin/rust-bitcoin/pull/3740)
* Replace `String` with `InputString` [#3559](https://github.com/rust-bitcoin/rust-bitcoin/pull/3559)
@@ -103,4 +103,4 @@ The main types are:
## 0.0.0 - Placeholder release
-Empty crate to reserve the name on crates.io
\ No newline at end of file
+Empty crate to reserve the name on crates.io
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.