Add "leading zeros" for the sake of SEO
The search "terraform leading zero" does not find the `format()` function, which is perfectly capable of adding leading zeros. Thus I have added this one word to help people find `format()`.
This commit is contained in:
parent
6eb40f846b
commit
4bb6f0dff2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue