Skip to content

Commit c1a760b

Browse files
committed
units: Use singular in rustdoc
Satoshis per virtual byte is grammatically better than satoshis per virtual bytes - I think.
1 parent 9b88d87 commit c1a760b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/src/fee_rate/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl FeeRate {
6262
}
6363
}
6464

65-
/// Constructs a new [`FeeRate`] from satoshis per virtual bytes,
65+
/// Constructs a new [`FeeRate`] from satoshis per virtual byte,
6666
/// returning `None` if overflow occurred.
6767
pub const fn from_sat_per_vb(sat_vb: u64) -> Option<Self> {
6868
// No `map()` in const context.

0 commit comments

Comments
 (0)