What changed, and why it matters
This commit fixes a single grammar mistake in a documentation comment, changing 'it's' (with apostrophe, meaning 'it is') to 'its' (possessive). It does not change any executable code, behavior, or security properties.
No security action needed; treat as a routine documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A one-character documentation-only change in units/src/sequence.rs corrects a possessive-vs-contraction typo in the rustdoc comment for Sequence::MAX_NON_RBF. No Rust code, types, constants, or logic were modified.
Changed components
units/src/sequence.rs documentation comment onlyInspect captured patch +1 / −1
diff --git a/units/src/sequence.rs b/units/src/sequence.rs
index 98a382e7..0e18e996 100644
--- a/units/src/sequence.rs
+++ b/units/src/sequence.rs
@@ -64,7 +64,7 @@ impl Sequence {
/// The lowest sequence number that does not opt-in for replace-by-fee.
///
/// A transaction is considered to have opted in to replacement of itself
- /// if any of it's inputs have a `Sequence` number less than this value
+ /// if any of its inputs have a `Sequence` number less than this value
/// (Explicit Signalling [BIP-0125]).
///
/// [BIP-0125]: <https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki>
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.