Add missing whitespace character to rustdoc
Fix trivial typo.
This commit is contained in:
parent
64e10686de
commit
64ece63f19
|
@ -228,7 +228,7 @@ impl MedianTimePast {
|
||||||
|
|
||||||
/// Returns true if a transaction with this locktime can be included in the next block.
|
/// 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
|
/// the chain tip then a transaction with this lock can be broadcast for inclusion in the next
|
||||||
/// block.
|
/// block.
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Reference in New Issue