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:
parent
ebc6b4a876
commit
afe9ddd5e6
|
@ -19,7 +19,7 @@ impl Amount {
|
||||||
/// Checked weight ceiling division.
|
/// Checked weight ceiling division.
|
||||||
///
|
///
|
||||||
/// Be aware that integer division loses the remainder if no exact 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`].
|
/// sufficient. See also [`Self::checked_div_by_weight_floor`].
|
||||||
///
|
///
|
||||||
/// Returns [`None`] if overflow occurred.
|
/// Returns [`None`] if overflow occurred.
|
||||||
|
|
Loading…
Reference in New Issue