Skip to content

Commit

Permalink
Correct a typo on syntax.rst (documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416c69 authored Dec 31, 2020
1 parent 9ec5592 commit f7d36da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f7d36da

Please sign in to comment.