Skip to content

Commit 1e9e54e

Browse files
dangelogjwakely
authored andcommitted
[time.hash] Fix a typo in the code for zoned_time
The `m` was supposed to be a `,` to separate the template arguments.
1 parent 7b7dedb commit 1e9e54e

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
@@ -11553,7 +11553,7 @@
1155311553

1155411554
\begin{itemdescr}
1155511555
\pnum
11556-
The specialization \tcode{hash<chrono::zoned_time<Durationm TimeZonePtr>>}
11556+
The specialization \tcode{hash<chrono::zoned_time<Duration, TimeZonePtr>>}
1155711557
is enabled\iref{unord.hash}
1155811558
if and only if \tcode{hash<Duration>} is enabled and
1155911559
\tcode{hash<TimeZonePtr>} is enabled.

0 commit comments

Comments
 (0)