Skip to content

Commit 44bf5ec

Browse files
authored
Merge pull request #1418 from paroche/patch-52
Update article.md
2 parents beb9de0 + 947cdbb commit 44bf5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/05-extend-natives/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Built-in objects have their own static methods, for instance `Object.keys`, `Arr
7474

7575
As we already know, native classes extend each other. For instance, `Array` extends `Object`.
7676

77-
Normally, when one class extends another, both static and non-static methods are inherited. That was thoroughly explained in the chapter [](info:static-properties-methods#statics-and-inheritance).
77+
Normally, when one class extends another, both static and non-static methods are inherited. That was thoroughly explained in the article [](info:static-properties-methods#statics-and-inheritance).
7878

7979
But built-in classes are an exception. They don't inherit statics from each other.
8080

0 commit comments

Comments
 (0)