From 5e05b9d6eafcbfa2185108aee02a907bf555d4ca Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 21 May 2010 06:09:04 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299561 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/changelog.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/oop5/changelog.xml b/language/oop5/changelog.xml index 1d9319242a..d653439a46 100644 --- a/language/oop5/changelog.xml +++ b/language/oop5/changelog.xml @@ -19,9 +19,9 @@ 5.3.0 - Changed: It's now possible to reference the class using a variable (e.g, + Changed: It's now possible to reference the class using a variable (e.g., echo $classname::constant;). - The variable's value can not be a keyword (e.g. self, + The variable's value can not be a keyword (e.g., self, parent or static). @@ -66,7 +66,7 @@ 5.3.0 - Added: Late Static Binding. + Added: Late Static Bindings.