Add missing whitespace character to rustdoc

Fix trivial typo.
This commit is contained in:
Tobin C. Harding 2025-06-19 13:00:13 +10:00
parent 64e10686de
commit 64ece63f19
No known key found for this signature in database
GPG Key ID: 0AEF0A899E41F7DD
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ impl MedianTimePast {
/// Returns true if a transaction with this locktime can be included in the next block.
///
/// `self`is the value of the `LockTime` and if `time` is the median time past of the block at
/// `self` is the value of the `LockTime` and if `time` is the median time past of the block at
/// the chain tip then a transaction with this lock can be broadcast for inclusion in the next
/// block.
#[inline]