Remove - in fee rate

The rest of the rustdocs use fee rate with no hyphen when using it in
normal language, i.e. not a function argument or the type.

Change it to match the others.
This commit is contained in:
Jamil Lambert, PhD 2025-04-14 13:58:04 +01:00 committed by Jamil Lambert
parent ebc6b4a876
commit afe9ddd5e6
No known key found for this signature in database
GPG Key ID: 7F574053F8F17A64
1 changed files with 1 additions and 1 deletions

View File

@ -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.