Skip to content

Commit 8131f4c

Browse files
[time.cal.ymwd.members] Fix object name in year_month_weekday constructor (#4304)
1 parent 0a1ce7e commit 8131f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/time.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7209,9 +7209,9 @@
72097209

72107210
\pnum
72117211
\remarks
7212-
For any value \tcode{ymdl} of type \tcode{year_month_weekday}
7213-
for which \tcode{ymdl.ok()} is \tcode{true},
7214-
\tcode{ymdl == year_month_weekday\{sys_days\{ymdl\}\}} is \tcode{true}.
7212+
For any value \tcode{ymwd} of type \tcode{year_month_weekday}
7213+
for which \tcode{ymwd.ok()} is \tcode{true},
7214+
\tcode{ymwd == year_month_weekday\{sys_days\{ymwd\}\}} is \tcode{true}.
72157215
\end{itemdescr}
72167216

72177217
\indexlibraryctor{year_month_weekday}%

0 commit comments

Comments
 (0)