git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-12-04 09:21:33 +00:00
parent 1fc5ea1e28
commit e42c3f382a

View file

@ -3,7 +3,7 @@
<sect1 xml:id="language.oop5.inheritance" xmlns="http://docbook.org/ns/docbook">
<title>Object Inheritance</title>
<para>
Inheritance is a well-esablished programming principle, and PHP makes use
Inheritance is a well-established programming principle, and PHP makes use
of this principle in its object model. This principle will affect the way
many classes and objects relate to one another.
</para>