We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8b227 commit 306e714Copy full SHA for 306e714
ChangeLog.md
@@ -37,7 +37,7 @@ See docs/process.md for more on how version tagging works.
37
the JS `new` keyword. e.g. `a = new Module()` rather than `b = Module()`.
38
This paves the way for marking the function as `async` which does not allow
39
`new` to be used. This usage of `new` here was never documented and is
40
- considered and antipattern. (#23210)
+ considered an antipattern. (#23210)
41
- `PATH.basename()` no longer calls `PATH.normalize()`, so that
42
`PATH.basename("a/.")` returns `"."` instead of `"a"` and
43
`PATH.basename("a/b/..")` returns `".."` instead of `"a"`. This is in line with
0 commit comments