Skip to content

Commit

Permalink
fix some typos after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 22, 2020
1 parent 058beaf commit 31400c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/data.js
Expand Up @@ -1495,7 +1495,7 @@ const data = {
'esnext.symbol.replace-all': {
},
'esnext.typed-array.at': {
}
},
'esnext.typed-array.filter-out': {
},
'esnext.weak-map.delete-all': {
Expand Down
4 changes: 2 additions & 2 deletions tests/compat/tests.js
Expand Up @@ -1105,7 +1105,7 @@ GLOBAL.tests = {
},
'esnext.array.filter-out': function () {
return [].filterOut;
}
},
'esnext.array.last-index': function () {
return [1, 2, 3].lastIndex && Array.prototype[Symbol.unscopables].lastIndex;
},
Expand Down Expand Up @@ -1448,7 +1448,7 @@ GLOBAL.tests = {
},
'esnext.typed-array.filter-out': function () {
return Int8Array.prototype.filterOut;
}
},
'esnext.weak-map.delete-all': function () {
return WeakMap.prototype.deleteAll;
},
Expand Down

0 comments on commit 31400c6

Please sign in to comment.