mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 20:27:03 +00:00
Correct a typo on syntax.rst (documentation) (#2081)
This commit is contained in:
parent
9ec5592bb5
commit
018688da2a
@ -444,7 +444,7 @@ Using type-specific formatting::
|
||||
|
||||
auto t = tm();
|
||||
t.tm_year = 2010 - 1900;
|
||||
t.tm_mon = 6;
|
||||
t.tm_mon = 7;
|
||||
t.tm_mday = 4;
|
||||
t.tm_hour = 12;
|
||||
t.tm_min = 15;
|
||||
|
Loading…
Reference in New Issue
Block a user