summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2011-11-08 04:34:18 +0000
committerStanislav Malyshev <stas@php.net>2011-11-08 04:34:18 +0000
commit6a42b41c3d0bab2beb1a91161a9dbc0b704bffb3 (patch)
tree0eff1dbbd1a1192d6fdc7014c1992f5a544885a8 /UPGRADING
parent76d68f8dbd72da8340407d5a3f612986cf0674c4 (diff)
downloadphp-git-6a42b41c3d0bab2beb1a91161a9dbc0b704bffb3.tar.gz
fix typo
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]