Skip to content

Commit 8538970

Browse files
Ms2gerptomato
authored andcommitted
Editorial: Fix GetIterator capitalization.
1 parent 3ffafcc commit 8538970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ <h1>Temporal.Calendar.prototype.fields ( _fields_ )</h1>
11061106
1. Let _calendar_ be the *this* value.
11071107
1. Perform ? RequireInternalSlot(_calendar_, [[InitializedTemporalCalendar]]).
11081108
1. Assert: _calendar_.[[Identifier]] is *"iso8601"*.
1109-
1. Let _iteratorRecord_ be ? Getiterator(_fields_, ~sync~).
1109+
1. Let _iteratorRecord_ be ? GetIterator(_fields_, ~sync~).
11101110
1. Let _fieldNames_ be a new empty List.
11111111
1. Let _next_ be *true*.
11121112
1. Repeat, while _next_ is not *false*,

spec/intl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@ <h1>Temporal.Calendar.prototype.fields ( _fields_ )</h1>
20652065
<emu-alg>
20662066
1. Let _calendar_ be the *this* value.
20672067
1. Perform ? RequireInternalSlot(_calendar_, [[InitializedTemporalCalendar]]).
2068-
1. Let _iteratorRecord_ be ? Getiterator(_fields_, ~sync~).
2068+
1. Let _iteratorRecord_ be ? GetIterator(_fields_, ~sync~).
20692069
1. Let _fieldNames_ be a new empty List.
20702070
1. Let _next_ be *true*.
20712071
1. Repeat, while _next_ is not *false*,

0 commit comments

Comments
 (0)