diff --git a/docs/standard-library/month-class.md b/docs/standard-library/month-class.md index 8ff4fedf0f..8930855cff 100644 --- a/docs/standard-library/month-class.md +++ b/docs/standard-library/month-class.md @@ -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`. | @@ -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) \ No newline at end of file +[`month_weekday_last` class](month-weekday-last-class.md)