mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 01:03:57 +02:00
Fixed typos
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user