From 64ece63f192a1a8a9b61fe6b84bf98a43d9a0644 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 19 Jun 2025 13:00:13 +1000 Subject: [PATCH] Add missing whitespace character to rustdoc Fix trivial typo. --- units/src/locktime/absolute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/src/locktime/absolute.rs b/units/src/locktime/absolute.rs index 50d08ae83..f008665fd 100644 --- a/units/src/locktime/absolute.rs +++ b/units/src/locktime/absolute.rs @@ -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]