summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 58a318323c..61827adbb7 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -461,7 +461,7 @@ UPGRADE NOTES - PHP 5.4
$y = "o";
A::{$x.$y.$y}();
-- Class member acces on instantiation:
+- Class member access on instantiation:
(new foo)->method()
(new foo)->property
(new foo)[0]