Skip to content

Commit 0606c87

Browse files
cpplearnerzygoloid
authored andcommitted
[time.cal.wdidx.nonmembers] Remove extra "
1 parent 0ef6404 commit 0606c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5276,7 +5276,7 @@
52765276
auto i = wdi.index();
52775277
return os << (i >= 1 && i <= 5 ?
52785278
format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@<charT>("{}[{}]"), wdi.weekday(), i) :
5279-
format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@<charT>("{}[{} is not a valid index"]"),
5279+
format(os.getloc(), @\placeholder{STATICALLY-WIDEN}@<charT>("{}[{} is not a valid index]"),
52805280
wdi.weekday(), i));
52815281
\end{codeblock}
52825282
\end{itemdescr}

0 commit comments

Comments
 (0)