Skip to content

Commit da01c11

Browse files
committed
fix a typo
1 parent e6c1a4e commit da01c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Changelog
22
##### Unreleased
33
- Added a fix of [a V8 ~ Chrome 36- `Object.defineProperty` bug](https://bugs.chromium.org/p/v8/issues/detail?id=3334), [Babel issue](https://github.com/babel/babel/issues/14056)
4-
- Added fixes of some different `%TypedArray%,prototype.set` bugs, affects modern engines (like Chrome < 95 or Safari < 14.1)
4+
- Added fixes of some different `%TypedArray%.prototype.set` bugs, affects modern engines (like Chrome < 95 or Safari < 14.1)
55

66
##### 3.20.1 - 2021.12.23
77
- Fixed the order of calling reactions of already fulfilled / rejected promises in `Promise.prototype.then`, [#1026](https://github.com/zloirock/core-js/issues/1026)

0 commit comments

Comments
 (0)