mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
tiny typo fixed
This commit is contained in:
parent
a6bcf5f8d7
commit
a793e2a77d
@ -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.
|
methods if they belong to a class.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
Loading…
Reference in New Issue
Block a user