We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8f894 commit 9aa5e11Copy full SHA for 9aa5e11
1 file changed
src/display.rs
@@ -84,7 +84,7 @@ impl Display {
84
self
85
}
86
87
- /// Format using SI (decimal) units.
+ /// Format using a short style and IEC (binary) units.
88
///
89
/// E.g., `4.2 MB`.
90
@@ -96,7 +96,7 @@ impl Display {
96
97
98
99
- /// Format using a short style and IEC (binary) units.
+ /// Format using SI (decimal) units.
100
101
/// E.g., `4.2M`.
102
#[must_use]
0 commit comments