Merge pull request #44 from chrisdowns/patch-1

tiny typo fixed
This commit is contained in:
Adam Bard 2013-06-29 07:36:56 -07:00
commit e1cf0fb958

View File

@ -417,7 +417,7 @@ final class YouCannotExtendMe {
}
```
Classes are insantiated with the ```new``` keyword. Functions are referred to as
Classes are instantiated with the ```new``` keyword. Functions are referred to as
methods if they belong to a class.
```php