Skip to content

Correct month range in ok member description #4215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/standard-library/month-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See [Month constants](#month-constants), below, for constants that you can use w
|Name|Description|
|----------|-----------------|
| [Constructors](#month) | Construct a `month`. |
| [`ok`](#ok) | Verify that the month value is in the valid range [1,31]. |
| [`ok`](#ok) | Verify that the month value is in the valid range [1,12]. |
| [`operator++`](#op_++) | Increment the `month`. |
| [`operator+=`](#op_+=) | Add the specified number of months to this `month`. |
| [`operator--`](#op_--) | Decrement this `month`. |
Expand Down Expand Up @@ -272,4 +272,4 @@ inline constexpr month December{12};
[`month_day` Class](month-day-class.md)\
[`month_day_last` Class](month-day-last-class.md)\
[`month_weekday` Class](month-weekday-class.md)\
[`month_weekday_last` class](month-weekday-last-class.md)
[`month_weekday_last` class](month-weekday-last-class.md)