Update src/uu/printf/printf.md

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
Masahito Osako 2023-04-06 00:21:33 +09:00 committed by GitHub
parent 46f11737e1
commit 13bb755e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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