From a793e2a77d602dda5ea820d7072cfe900e166aab Mon Sep 17 00:00:00 2001 From: chrisdowns Date: Sat, 29 Jun 2013 08:53:49 -0500 Subject: [PATCH] tiny typo fixed --- php.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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