Skip to content

Commit a21a793

Browse files
committed
Fix Display documentation
Fixes: #82
1 parent 0b8f894 commit a21a793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/display.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl Display {
8484
self
8585
}
8686

87-
/// Format using SI (decimal) units.
87+
/// Format using a short style and IEC (binary) units.
8888
///
8989
/// E.g., `4.2 MB`.
9090
///
@@ -96,7 +96,7 @@ impl Display {
9696
self
9797
}
9898

99-
/// Format using a short style and IEC (binary) units.
99+
/// Format using SI (decimal) units.
100100
///
101101
/// E.g., `4.2M`.
102102
#[must_use]

0 commit comments

Comments
 (0)