diff --git a/units/src/fee.rs b/units/src/fee.rs index c44bc8966..86f4a5b5c 100644 --- a/units/src/fee.rs +++ b/units/src/fee.rs @@ -19,7 +19,7 @@ impl Amount { /// Checked weight ceiling division. /// /// Be aware that integer division loses the remainder if no exact division - /// can be made. This method rounds up ensuring the transaction fee-rate is + /// can be made. This method rounds up ensuring the transaction fee rate is /// sufficient. See also [`Self::checked_div_by_weight_floor`]. /// /// Returns [`None`] if overflow occurred.