diff --git a/doc/syntax.md b/doc/syntax.md index b6989be0..46d7d2fd 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -711,7 +711,7 @@ The available padding modifiers (*padding_modifier*) are: | `'0'` | Pad a numeric result string with zeros. | These modifiers are only supported for the `'H'`, `'I'`, `'M'`, `'S'`, `'U'`, -`'V'`, `'W'`, `'m'`, `'j'`, `'d'`, `'Y'` presentation types. +`'V'`, `'W'`, `'Y'`, `'d'`, `'j'` and `'m'` presentation types. ## Range Format Specifications