Skip to content

Commit 9a31345

Browse files
committed
Iterator#sliding implementation
1 parent 2e84cd6 commit 9a31345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-js/modules/esnext.iterator.sliding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var IteratorProxy = createIteratorProxy(function () {
3131
}, false, true);
3232

3333
// `Iterator.prototype.sliding` method
34-
// https://github.com/tc39/proposal-iterator-chunking/pull/21
34+
// https://github.com/tc39/proposal-iterator-chunking
3535
$({ target: 'Iterator', proto: true, real: true, forced: true }, {
3636
sliding: function sliding(windowSize) {
3737
var O = anObject(this);

0 commit comments

Comments
 (0)