From d47b0eeee78961f3bc0f785337dfb4674e9092fd Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Tue, 12 Sep 2023 16:51:21 +0200 Subject: [PATCH] update doc --- core/fmt/doc.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/fmt/doc.odin b/core/fmt/doc.odin index e758f9638..597342e76 100644 --- a/core/fmt/doc.odin +++ b/core/fmt/doc.odin @@ -35,8 +35,8 @@ Floating-point, complex numbers, and quaternions: %F synonym for %f %h hexadecimal (lower-case) representation with 0h prefix (0h01234abcd) %H hexadecimal (upper-case) representation with 0H prefix (0h01234ABCD) - %m number of bytes in the best unit of measurement, e.g. 123.45mb - %M number of bytes in the best unit of measurement, e.g. 123.45MB + %m number of bytes in the best unit of measurement, e.g. 123.45mib + %M number of bytes in the best unit of measurement, e.g. 123.45MiB String and slice of bytes %s the uninterpreted bytes of the string or slice %q a double-quoted string safely escaped with Odin syntax