Merge pull request #21887 from jmcgeheeiv/patch-1

Add "leading zeros" for the sake of SEO
This commit is contained in:
Pam Selle 2019-07-12 13:42:55 -04:00 committed by GitHub
commit 5cd551f716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ to set additoinal flags:
| space | Leave a space where the sign would be if a number is positive. |
| `+` | Show the sign of a number even if it is positive. |
| `-` | Pad the width with spaces on the left rather than the right. |
| `0` | Pad the width with zeros rather than spaces. |
| `0` | Pad the width with leading zeros rather than spaces. |
By default, `%` sequences consume successive arguments starting with the first.
Introducing a `[n]` sequence immediately before the verb letter, where `n` is a