mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo. Fix #50379
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1fc5ea1e28
commit
e42c3f382a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue