Correct a typo on syntax.rst (documentation)
This commit is contained in:
parent
9ec5592bb5
commit
f7d36da1d5
@ -444,7 +444,7 @@ Using type-specific formatting::
|
||||
|
||||
auto t = tm();
|
||||
t.tm_year = 2010 - 1900;
|
||||
t.tm_mon = 6;
|
||||
t.tm_mon = 8;
|
||||
t.tm_mday = 4;
|
||||
t.tm_hour = 12;
|
||||
t.tm_min = 15;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user