Skip to content

Commit 8b64ba5

Browse files
committedJul 29, 2021
fix a typo
1 parent d63b35c commit 8b64ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- [`Array` filtering stage 1 proposal](https://github.com/tc39/proposal-array-filtering):
55
- `Array.prototype.filterReject` replaces `Array.prototype.filterOut`
66
- `%TypedArray%.prototype.filterReject` replaces `%TypedArray%.prototype.filterOut`
7-
- Work with symbols made stricter: some missed before case of methods that should throw error on symbols now works as they should
7+
- Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should
88
- Handling `@@toPrimitive` in some cases of `ToPrimitive` internal logic made stricter
99
- Fixed work of `Request` with polyfilled `URLSearchParams`, [#965](https://github.com/zloirock/core-js/issues/965)
1010
- Fixed possible exposing of collections elements metadata in some cases, [#427](https://github.com/zloirock/core-js/issues/427)

0 commit comments

Comments
 (0)
Please sign in to comment.