We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9110854 commit c1f7bd5Copy full SHA for c1f7bd5
spec/calendar.html
@@ -1250,8 +1250,8 @@ <h1>
1250
1. If _monthCode_ is ~unset~, then
1251
1. If _month_ is ~unset~, throw a *TypeError* exception.
1252
1. Return ~unused~.
1253
- 1. Assert: _monthCode_ is a String.
1254
- 1. Let _parsedMonthCode_ be ? ParseMonthCode(_monthCode_).
+ 1. Assert: _monthCode_ is a month code.
+ 1. Let _parsedMonthCode_ be ! ParseMonthCode(_monthCode_).
1255
1. If _parsedMonthCode_.[[IsLeapMonth]] is *true*, throw a *RangeError* exception.
1256
1. If _parsedMonthCode_.[[MonthNumber]] > 12, throw a *RangeError* exception.
1257
1. If _month_ is not ~unset~ and _month_ ≠ _parsedMonthCode_.[[MonthNumber]], throw a *RangeError* exception.
0 commit comments