From 13bb755e6035992365a9976f88f1fb56b0f0b27d Mon Sep 17 00:00:00 2001 From: Masahito Osako <43847020+m11o@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:21:33 +0900 Subject: [PATCH] Update src/uu/printf/printf.md Co-authored-by: Sylvestre Ledru --- src/uu/printf/printf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/printf/printf.md b/src/uu/printf/printf.md index d8f57b26c..6387b856b 100644 --- a/src/uu/printf/printf.md +++ b/src/uu/printf/printf.md @@ -79,7 +79,7 @@ Fields output below that width is padded with leading zeroes * `%f` or `%F`: decimal floating point value -* `%e or %E`: scientific notation floating point value +* `%e` or `%E`: scientific notation floating point value * `%g or %G`: shorter of specially interpreted decimal or SciNote floating point value. second parameter is -max places after decimal point for floating point output