Skip to content

Commit ab56d45

Browse files
committed
rename skip to discard
1 parent e2c5df7 commit ab56d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.emu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ copyright: false
4949
1. If _windowSize_ is not an integral Number in the inclusive interval from *1*<sub>𝔽</sub> to 𝔽(2<sup>32</sup> - 1), then
5050
1. Let _error_ be ThrowCompletion(a newly created *RangeError* object).
5151
1. Return ? IteratorClose(_iterated_, _error_).
52-
1. If _undersized_ is *undefined*, set _undersized_ to *"skip"*.
53-
1. If _undersized_ is neither *"skip"* nor *"truncate"*, then
52+
1. If _undersized_ is *undefined*, set _undersized_ to *"discard"*.
53+
1. If _undersized_ is neither *"discard"* nor *"truncate"*, then
5454
1. Let _error_ be ThrowCompletion(a newly created *TypeError* object).
5555
1. Return ? IteratorClose(_iterated_, _error_).
5656
1. Set _iterated_ to ? GetIteratorDirect(_O_).

0 commit comments

Comments
 (0)