Skip to content

Commit

Permalink
Fix chrono formatting syntax doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-sh authored Nov 12, 2024
1 parent a6c45df commit 4380ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,12 @@ The available padding modifiers (*padding_modifier*) are:

| Type | Meaning |
|-------|-----------------------------------------|
| `'-'` | Pad a numeric result with spaces. |
| `'_'` | Do not pad a numeric result string. |
| `'_'` | Pad a numeric result with spaces. |
| `'-'` | Do not pad a numeric result string. |
| `'0'` | Pad a numeric result string with zeros. |

These modifiers are only supported for the `'H'`, `'I'`, `'M'`, `'S'`, `'U'`,
`'V'`, `'W'`, `'m'`, `'j'`, `'Y'` presentation types.
`'V'`, `'W'`, `'m'`, `'j'`, `'d'`, `'Y'` presentation types.

## Range Format Specifications

Expand Down

0 comments on commit 4380ab1

Please sign in to comment.