Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Fix broken link for es-shims symmetricDifference polyfill (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow authored Feb 21, 2023
1 parent 15289d7 commit 297b2ee
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 @@ -62,7 +62,7 @@ We decided to choose:
- [es-shims](https://github.com/es-shims):
- [difference](https://npmjs.com/set.prototype.difference)
- [intersection](https://npmjs.com/set.prototype.intersection)
- [symmetricDifference](https://npmjs.com/set.prototype.symmetricDifference)
- [symmetricDifference](https://npmjs.com/set.prototype.symmetricdifference)
- [union](https://npmjs.com/set.prototype.union)
- [isDisjointFrom](https://npmjs.com/set.prototype.isdisjointfrom)
- [isSubsetOf](https://npmjs.com/set.prototype.issubsetof)
Expand Down

0 comments on commit 297b2ee

Please sign in to comment.