File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1106,7 +1106,7 @@ <h1>Temporal.Calendar.prototype.fields ( _fields_ )</h1>
1106
1106
1. Let _calendar_ be the *this* value.
1107
1107
1. Perform ? RequireInternalSlot(_calendar_ , [[InitializedTemporalCalendar]]).
1108
1108
1. Assert: _calendar_ .[[Identifier]] is *"iso8601"* .
1109
- 1. Let _iteratorRecord_ be ? Getiterator (_fields_ , ~sync~ ).
1109
+ 1. Let _iteratorRecord_ be ? GetIterator (_fields_ , ~sync~ ).
1110
1110
1. Let _fieldNames_ be a new empty List.
1111
1111
1. Let _next_ be *true* .
1112
1112
1. Repeat, while _next_ is not *false* ,
Original file line number Diff line number Diff line change @@ -2065,7 +2065,7 @@ <h1>Temporal.Calendar.prototype.fields ( _fields_ )</h1>
2065
2065
<emu-alg >
2066
2066
1. Let _calendar_ be the *this* value.
2067
2067
1. Perform ? RequireInternalSlot(_calendar_ , [[InitializedTemporalCalendar]]).
2068
- 1. Let _iteratorRecord_ be ? Getiterator (_fields_ , ~sync~ ).
2068
+ 1. Let _iteratorRecord_ be ? GetIterator (_fields_ , ~sync~ ).
2069
2069
1. Let _fieldNames_ be a new empty List.
2070
2070
1. Let _next_ be *true* .
2071
2071
1. Repeat, while _next_ is not *false* ,
You can’t perform that action at this time.
0 commit comments