Skip to content

Commit 430fe3d

Browse files
authored
docs: fix grammar
1 parent 7ea04d4 commit 430fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/src/sequence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl Sequence {
6464
/// The lowest sequence number that does not opt-in for replace-by-fee.
6565
///
6666
/// A transaction is considered to have opted in to replacement of itself
67-
/// if any of it's inputs have a `Sequence` number less than this value
67+
/// if any of its inputs have a `Sequence` number less than this value
6868
/// (Explicit Signalling [BIP-0125]).
6969
///
7070
/// [BIP-0125]: <https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki>

0 commit comments

Comments
 (0)