diff --git a/units/src/fee_rate/mod.rs b/units/src/fee_rate/mod.rs index f0db11cf0..f2ba94852 100644 --- a/units/src/fee_rate/mod.rs +++ b/units/src/fee_rate/mod.rs @@ -62,7 +62,7 @@ impl FeeRate { } } - /// Constructs a new [`FeeRate`] from satoshis per virtual bytes, + /// Constructs a new [`FeeRate`] from satoshis per virtual byte, /// returning `None` if overflow occurred. pub const fn from_sat_per_vb(sat_vb: u64) -> Option { // No `map()` in const context.