Skip to content

Commit 64ece63

Browse files
committed
Add missing whitespace character to rustdoc
Fix trivial typo.
1 parent 64e1068 commit 64ece63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/src/locktime/absolute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ impl MedianTimePast {
228228

229229
/// Returns true if a transaction with this locktime can be included in the next block.
230230
///
231-
/// `self`is the value of the `LockTime` and if `time` is the median time past of the block at
231+
/// `self` is the value of the `LockTime` and if `time` is the median time past of the block at
232232
/// the chain tip then a transaction with this lock can be broadcast for inclusion in the next
233233
/// block.
234234
#[inline]

0 commit comments

Comments
 (0)