Skip to content

Commit

Permalink
Merge pull request #1307 from Neco86/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 24, 2023
2 parents ebecc0f + be779b0 commit 9d29a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ string.matchAll(/something/g);
```js
import _Set from "@babel/runtime-corejs/core-js-stable/set";

new _set([1, 2, 3, 2, 1]);
new _Set([1, 2, 3, 2, 1]);
string.matchAll(/something/g);
```

Expand Down

0 comments on commit 9d29a6c

Please sign in to comment.