Skip to content

Commit b641037

Browse files
jensmaurerJohelEGP
andauthored
Apply suggestions from code review
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 8aa8cd7 commit b641037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/time.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@
27032703
\effects
27042704
Equivalent to:
27052705
\begin{codeblock}
2706-
return os << format(os.getloc(), STATICALLY-WIDEN("{:L%F %T}"), tp);
2706+
return os << format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@("{:L%F %T}"), tp);
27072707
\end{codeblock}
27082708

27092709
\pnum
@@ -6258,7 +6258,7 @@
62586258
\effects
62596259
Equivalent to:
62606260
\begin{codeblock}
6261-
return os << format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@<charT>("{:L}/{:L}"),
6261+
return os << format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@<charT>("{}/{:L}"),
62626262
ym.year(), ym.month());
62636263
\end{codeblock}
62646264
\end{itemdescr}
@@ -10086,7 +10086,7 @@
1008610086
\effects
1008710087
Equivalent to:
1008810088
\begin{codeblock}
10089-
return os << format(os.getloc(), STATICALLY-WIDEN("{:L%F %T %Z}"), t);
10089+
return os << format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@("{:L%F %T %Z}"), t);
1009010090
\end{codeblock}
1009110091
\end{itemdescr}
1009210092

@@ -10481,7 +10481,7 @@
1048110481
\begin{itemize}
1048210482
\item
1048310483
the "C" locale if the \tcode{L} option
10484-
is not present in \grammarterm{chrono-format-spec}, otherwise
10484+
is not present in \fmtgrammarterm{chrono-format-spec}, otherwise
1048510485
\item
1048610486
the locale passed to the formatting function if any, otherwise
1048710487
\item

0 commit comments

Comments
 (0)