Skip to content

Commit a169d7f

Browse files
authoredNov 13, 2024··
Fix chrono formatting syntax doc (#4235)
1 parent a6c45df commit a169d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/syntax.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,12 @@ The available padding modifiers (*padding_modifier*) are:
706706

707707
| Type | Meaning |
708708
|-------|-----------------------------------------|
709-
| `'-'` | Pad a numeric result with spaces. |
710-
| `'_'` | Do not pad a numeric result string. |
709+
| `'_'` | Pad a numeric result with spaces. |
710+
| `'-'` | Do not pad a numeric result string. |
711711
| `'0'` | Pad a numeric result string with zeros. |
712712

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

716716
## Range Format Specifications
717717

0 commit comments

Comments
 (0)
Please sign in to comment.