Skip to content

Commit 16dfc43

Browse files
authored
[time.syn] Use "ymwd" parameter name consistently (#6029)
1 parent e5319bf commit 16dfc43

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
@@ -597,7 +597,7 @@
597597

598598
template<class charT, class traits>
599599
basic_ostream<charT, traits>&
600-
operator<<(basic_ostream<charT, traits>& os, const year_month_weekday& ymwdi);
600+
operator<<(basic_ostream<charT, traits>& os, const year_month_weekday& ymwd);
601601

602602
// \ref{time.cal.ymwdlast}, class \tcode{year_month_weekday_last}
603603
class year_month_weekday_last;

0 commit comments

Comments
 (0)