Fixed typos

This commit is contained in:
Pascal Borreli
2012-12-14 22:50:43 +00:00
parent 49b3a25106
commit 52e44edd64
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ the years, notably adding a solid object-oriented model in PHP 5.0 (2004), anony
### Object-oriented Programming
PHP has a very complete set of object-oriented programming features including support for classes, abstract classes,
interfaces, inheritence, constructors, cloning, exceptions, and more.
interfaces, inheritance, constructors, cloning, exceptions, and more.
* [Read about Object-oriented PHP][oop]
* [Read about Traits][traits]