From 018688da2a58ba25cdf173bd899734f755adb11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=CE=B9A=D1=95=D1=95a=D1=95=D1=95=CE=B9N?= Date: Fri, 1 Jan 2021 03:53:42 +0330 Subject: [PATCH] Correct a typo on syntax.rst (documentation) (#2081) --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index a262be48..e13faa97 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -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;