We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e84cd6 commit 9a31345Copy full SHA for 9a31345
packages/core-js/modules/esnext.iterator.sliding.js
@@ -31,7 +31,7 @@ var IteratorProxy = createIteratorProxy(function () {
31
}, false, true);
32
33
// `Iterator.prototype.sliding` method
34
-// https://github.com/tc39/proposal-iterator-chunking/pull/21
+// https://github.com/tc39/proposal-iterator-chunking
35
$({ target: 'Iterator', proto: true, real: true, forced: true }, {
36
sliding: function sliding(windowSize) {
37
var O = anObject(this);
0 commit comments