Skip to content

Commit

Permalink
[time.hash] Fix a typo in the code for zoned_time
Browse files Browse the repository at this point in the history
The `m` was supposed to be a `,` to separate the template arguments.
  • Loading branch information
dangelog authored and jwakely committed Aug 17, 2023
1 parent 7b7dedb commit 1e9e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11553,7 +11553,7 @@

\begin{itemdescr}
\pnum
The specialization \tcode{hash<chrono::zoned_time<Durationm TimeZonePtr>>}
The specialization \tcode{hash<chrono::zoned_time<Duration, TimeZonePtr>>}
is enabled\iref{unord.hash}
if and only if \tcode{hash<Duration>} is enabled and
\tcode{hash<TimeZonePtr>} is enabled.
Expand Down

0 comments on commit 1e9e54e

Please sign in to comment.