Skip to content

Commit

Permalink
update a link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 17, 2022
1 parent 061ac36 commit 423b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ core-js(-pure)/full/set/is-superset-of
core-js(-pure)/full/set/symmetric-difference
core-js(-pure)/full/set/union
```
[*Examples*](https://goo.gl/QMQdaJ):
[*Examples*](https://tinyurl.com/2henaoac):
```js
new Set([1, 2, 3]).union(new Set([3, 4, 5])); // => Set {1, 2, 3, 4, 5}
new Set([1, 2, 3]).intersection(new Set([3, 4, 5])); // => Set {3}
Expand Down

0 comments on commit 423b9b5

Please sign in to comment.