File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10784,14 +10784,14 @@
10784
10784
\\ \rowsep
10785
10785
\tcode {\% y} &
10786
10786
The last two decimal digits of the year.
10787
- If the result is a single digit it is prefixed by \tcode {0}.
10787
+ If the result is a single digit, it is prefixed by \tcode {0}.
10788
10788
The modified command \tcode {\% Oy} produces the locale's alternative representation.
10789
10789
The modified command \tcode {\% Ey} produces the locale's alternative representation
10790
10790
of offset from \tcode {\% EC} (year only).
10791
10791
\\ \rowsep
10792
10792
\tcode {\% Y} &
10793
10793
The year as a decimal number.
10794
- If the result is less than four digits
10794
+ If the result is less than four digits,
10795
10795
it is left-padded with \tcode {0} to four digits.
10796
10796
The modified command \tcode {\% EY} produces
10797
10797
the locale's alternative full year representation.
10816
10816
\end {LongTable }
10817
10817
10818
10818
\pnum
10819
- If the \fmtgrammarterm {chrono-specs} is omitted,
10819
+ Unless otherwise specified,
10820
+ if the \fmtgrammarterm {chrono-specs} is omitted,
10820
10821
the chrono object is formatted
10821
10822
as if by streaming it to \tcode {basic_ostring\- stream<charT> os}
10822
10823
with the formatting locale imbued
You can’t perform that action at this time.
0 commit comments