From c1fbfd028d7a78beee44461a2ab89423fa428258 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 2 Apr 2022 01:32:24 -0400 Subject: [PATCH] changelog: containing => contained --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1ec706075..3a0d3356670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 {