Skip to content

Commit e049716

Browse files
committed
capture _undersized_
1 parent ffdf32f commit e049716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ copyright: false
5454
1. Let _error_ be ThrowCompletion(a newly created *TypeError* object).
5555
1. Return ? IteratorClose(_iterated_, _error_).
5656
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:
5858
1. Let _buffer_ be a new empty List.
5959
1. Repeat,
6060
1. Let _value_ be ? IteratorStepValue(_iterated_).

0 commit comments

Comments
 (0)