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 25c6205 commit 9110854Copy full SHA for 9110854
spec/calendar.html
@@ -89,7 +89,6 @@ <h1>
89
1. Set _isLeapMonth_ to *true*.
90
1. Let _monthCodeDigits_ be the substring of _monthCode_ from 1 to 3.
91
1. Let _monthNumber_ be ℝ(StringToNumber(_monthCodeDigits_)).
92
- 1. If _monthNumber_ is 0 and _isLeapMonth_ is *false*, throw a *RangeError* exception.
93
1. Return the Record { [[MonthNumber]]: _monthNumber_, [[IsLeapMonth]]: _isLeapMonth_ }.
94
</emu-alg>
95
<emu-grammar type="definition">
0 commit comments