mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Grammer fix for paamayim-nekudotayim.xml docs
The word "parents" in "When an extending class overrides the parents definition of a method, PHP will not call the parent's method." needs to be changed to "parent's". Closes GH-1389.
This commit is contained in:
parent
06b716a4c3
commit
2ef411d8ef
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ OtherClass::doubleColon();
|
|||
</example>
|
||||
|
||||
<para>
|
||||
When an extending class overrides the parents definition of a method,
|
||||
When an extending class overrides the parent's definition of a method,
|
||||
PHP will not call the parent's method. It's up to the extended class
|
||||
on whether or not the parent's method is called. This also applies to <link
|
||||
linkend="language.oop5.decon">Constructors and Destructors</link>, <link
|
||||
|
|
Loading…
Reference in a new issue