Merge pull request #1392 from paroche/patch-48

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-29 13:41:57 +03:00 committed by GitHub
commit 9c85391cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ If you're reading the tutorial for the first time - this section may be skipped.
It's about the internal mechanisms behind inheritance and `super`.
```
Let's get a little deeper under the hood of `super`. We'll see some interesting things by the way.
Let's get a little deeper under the hood of `super`. We'll see some interesting things along the way.
First to say, from all that we've learned till now, it's impossible for `super` to work at all!