Skip to content

Commit

Permalink
changelog: containing => contained
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Apr 2, 2022
1 parent f4c6b54 commit c1fbfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -111,7 +111,7 @@
new Derived().foo().then(obj => console.log(obj.bar))
```

3. The compiler could previously generate incorrect code when a default-exported class containing a `super` property access inside a lowered static private class field:
3. The compiler could previously generate incorrect code when a default-exported class contained a `super` property access inside a lowered static private class field:

```js
class Foo {
Expand Down

0 comments on commit c1fbfd0

Please sign in to comment.