File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ contributors: Google, Ecma International
577
577
_year_: an integer,
578
578
_monthCode_: a String,
579
579
_overflow_: ~constrain~ or ~reject~,
580
- ): either a normal completion containing an integer or a throw completion
580
+ ): either a normal completion containing a positive integer or a throw completion
581
581
</h1>
582
582
<dl class="header">
583
583
<dt>description</dt>
@@ -1010,7 +1010,7 @@ contributors: Google, Ecma International
1010
1010
CalendarDateArithmeticalToISO (
1011
1011
_calendar_: a calendar type that is not *"iso8601"*,
1012
1012
_year_: an integer,
1013
- _arithmeticalMonth_: an integer,
1013
+ _arithmeticalMonth_: a positive integer,
1014
1014
_day_: an integer,
1015
1015
): either a normal completion containing an ISO Date Record or a throw completion
1016
1016
</h1>
@@ -1032,7 +1032,7 @@ contributors: Google, Ecma International
1032
1032
CalendarDaysInMonth (
1033
1033
_calendar_: a calendar type that is not *"iso8601"*,
1034
1034
_year_: an integer,
1035
- _arithmeticalMonth_: an integer,
1035
+ _arithmeticalMonth_: a positive integer,
1036
1036
): an integer
1037
1037
</h1>
1038
1038
<dl class="header">
You can’t perform that action at this time.
0 commit comments