Skip to content

Commit e4c5707

Browse files
authored
Update article.md
1 parent d4ee188 commit e4c5707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/02-class-inheritance/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ And that's what we naturally expect. When the parent constructor is called in th
362362

363363
Why is there a difference?
364364

365-
Well, the reason is in the field initialization order. The class field is initialized:
365+
Well, the reason is the field initialization order. The class field is initialized:
366366
- Before constructor for the base class (that doesn't extend anything),
367367
- Immediately after `super()` for the derived class.
368368

0 commit comments

Comments
 (0)