Merge pull request #587 from amanbangad/patch-6

Update article.md
This commit is contained in:
Ilya Kantor 2017-06-03 09:19:19 +03:00 committed by GitHub
commit dd2bb48a8f

View file

@ -125,7 +125,7 @@ class Rabbit extends Animal {
*!* *!*
stop() { stop() {
super.stop(); // call parent stop super.stop(); // call parent stop
hide(); // and then hide this.hide(); // and then hide
} }
*/!* */!*
} }