diff --git a/src/display.rs b/src/display.rs index e140db7..4ff8a10 100644 --- a/src/display.rs +++ b/src/display.rs @@ -84,7 +84,7 @@ impl Display { self } - /// Format using SI (decimal) units. + /// Format using a short style and IEC (binary) units. /// /// E.g., `4.2 MB`. /// @@ -96,7 +96,7 @@ impl Display { self } - /// Format using a short style and IEC (binary) units. + /// Format using SI (decimal) units. /// /// E.g., `4.2M`. #[must_use]