From 75e5be6adc294f5c7774b8b6ebbef1b1979fad86 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 13 Nov 2024 13:01:13 -0800 Subject: [PATCH] Sort specifiers --- doc/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.md b/doc/syntax.md index b6989be00920..46d7d2fd2e19 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