needed 4 translated repos

This commit is contained in:
joaquinelio 2021-02-04 11:49:03 -03:00
parent 7533c719fb
commit 0d52720bc0
4 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@ That is the same as a direct assignment to `Article`:
Article.publisher = "Ilya Kantor";
```
## Inheritance of static properties and methods
## Inheritance of static properties and methods [#statics-and-inheritance]
Static properties and methods are inherited.