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:
Mehrdad Moradi 2022-02-09 02:56:10 -06:00 committed by GitHub
parent 06b716a4c3
commit 2ef411d8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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