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:23:27 +09:00 committed by GitHub
parent a838c31978
commit 109aa925c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@ All integer fields have a 'pad with zero' parameter
`%.4i` means an integer which if it is less than 4 digits in length,
is padded with leading zeros until it is 4 digits in length.
* `%d or %i`: 64-bit integer
* `%d` or `%i`: 64-bit integer
* `%u`: 64-bit unsigned integer