diff options
| author | Adam Bard <github@adambard.com> | 2013-06-29 07:36:56 -0700 | 
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2013-06-29 07:36:56 -0700 | 
| commit | e1cf0fb958769e1122aa3b071bc042d4706101f4 (patch) | |
| tree | 0a69ed519e55dd832a732642ce8e71f07e0f9683 /php.html.markdown | |
| parent | a6bcf5f8d7fe60af918eea947bee7f5950a2061d (diff) | |
| parent | a793e2a77d602dda5ea820d7072cfe900e166aab (diff) | |
Merge pull request #44 from chrisdowns/patch-1
tiny typo fixed
Diffstat (limited to 'php.html.markdown')
| -rw-r--r-- | php.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/php.html.markdown b/php.html.markdown index 753f6ab1..339499eb 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -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 | 
