Skip to content

Commit 306e714

Browse files
authored
Fix typo in ChangeLog. NFC (#23319)
1 parent 1b8b227 commit 306e714

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
@@ -37,7 +37,7 @@ See docs/process.md for more on how version tagging works.
3737
the JS `new` keyword. e.g. `a = new Module()` rather than `b = Module()`.
3838
This paves the way for marking the function as `async` which does not allow
3939
`new` to be used. This usage of `new` here was never documented and is
40-
considered and antipattern. (#23210)
40+
considered an antipattern. (#23210)
4141
- `PATH.basename()` no longer calls `PATH.normalize()`, so that
4242
`PATH.basename("a/.")` returns `"."` instead of `"a"` and
4343
`PATH.basename("a/b/..")` returns `".."` instead of `"a"`. This is in line with

0 commit comments

Comments
 (0)