Skip to content

Commit 6c5b1d0

Browse files
authored
Fix some Changelog typos (#20733)
1 parent 1ead8f3 commit 6c5b1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ See docs/process.md for more on how version tagging works.
2929
`warning: treating 'c' input as 'c++' when in C++ mode`. This also means that
3030
the `DEFAULT_TO_CXX` setting now only applies when linking and not when
3131
compiling. (#20712)
32-
- JavaScript library code can now use the full range ES6 features and we rely
32+
- JavaScript library code can now use the full range of ES6 features and we rely
3333
on closure compiler to transpile for ES5 when targetting older browsers.
34-
For those that want to would rather perform transpilation seperately outside
35-
of emscripten you can use the `-sPOLYFILL=0` setting. (#20700)
34+
For those that would rather perform transpilation seperately outside of
35+
emscripten you can use the `-sPOLYFILL=0` setting. (#20700)
3636

3737
3.1.49 - 11/14/23
3838
-----------------

0 commit comments

Comments
 (0)