Skip to content

Commit 7c9ed7b

Browse files
committed
[time.cal.ymd.members] Fix misapplication of P1724R0: ld -> 1d.
1 parent 94f5067 commit 7c9ed7b

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
@@ -6160,7 +6160,7 @@
61606160
holding a count of days from the \tcode{sys_days} epoch to \tcode{*this}
61616161
(a negative value if \tcode{*this} represents a date prior to the \tcode{sys_days} epoch).
61626162
Otherwise, if \tcode{y_.ok() \&\& m_.ok()} is \tcode{true},
6163-
returns \tcode{sys_days\{y_/m_/ld\} + (d_ - 1d)}.
6163+
returns \tcode{sys_days\{y_/m_/1d\} + (d_ - 1d)}.
61646164
Otherwise the value returned is unspecified.
61656165

61666166
\pnum

0 commit comments

Comments
 (0)