Skip to content

Commit

Permalink
Correct a typo on syntax.rst (documentation) (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416c69 authored Jan 1, 2021
1 parent 9ec5592 commit 018688d
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 = 7;
t.tm_mday = 4;
t.tm_hour = 12;
t.tm_min = 15;
Expand Down

0 comments on commit 018688d

Please sign in to comment.