Skip to content

Commit aab742a

Browse files
authored
Fix "a" typo in "<chrono> operators" reference
1 parent dd8311c commit aab742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/chrono-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ operator/(const month_weekday_last& mwdl, int y) noexcept; // C++20
14381438
The day. Provided either as an integer in the range [1,31], or as a [`day`](day-class.md).
14391439

14401440
*`lastspec`*\
1441-
An empty tag type that indicates the last item in s sequence. For example, `2021y/May/last` is the last day of May 2021.
1441+
An empty tag type that indicates the last item in a sequence. For example, `2021y/May/last` is the last day of May 2021.
14421442

14431443
*`m`*\
14441444
The month. Provided either as an integer in the range [1,12], or as a [`month`](month-class.md).

0 commit comments

Comments
 (0)