Correct a typo on syntax.rst (documentation) (#2081)

This commit is contained in:
AlιAѕѕaѕѕιN 2021-01-01 03:53:42 +03:30 committed by GitHub
parent 9ec5592bb5
commit 018688da2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;