You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.emu
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ copyright: false
54
54
1. Let _error_ be ThrowCompletion(a newly created *TypeError* object).
55
55
1. Return ? IteratorClose(_iterated_, _error_).
56
56
1. Set _iterated_ to ? GetIteratorDirect(_O_).
57
-
1. Let _closure_ be a new Abstract Closure with no parameters that captures _iterated_and _windowSize_ and performs the following steps when called:
57
+
1. Let _closure_ be a new Abstract Closure with no parameters that captures _iterated_, _windowSize_, and _undersized_ and performs the following steps when called:
58
58
1. Let _buffer_ be a new empty List.
59
59
1. Repeat,
60
60
1. Let _value_ be ? IteratorStepValue(_iterated_).
0 commit comments