Skip to content

Commit 75e5be6

Browse files
committed
Sort specifiers
1 parent a169d7f commit 75e5be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ The available padding modifiers (*padding_modifier*) are:
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'`, `'d'`, `'Y'` presentation types.
714+
`'V'`, `'W'`, `'Y'`, `'d'`, `'j'` and `'m'` presentation types.
715715

716716
## Range Format Specifications
717717

0 commit comments

Comments
 (0)