1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-29 09:30:20 +02:00

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

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