]> granicus.if.org Git - php/commitdiff
Fix description of a BC break
authorColin O'Dell <colinodell@gmail.com>
Sat, 7 Nov 2015 22:48:02 +0000 (17:48 -0500)
committerColin O'Dell <colinodell@gmail.com>
Sat, 7 Nov 2015 22:48:02 +0000 (17:48 -0500)
UPGRADING

index 1e38a294e89fcbf9b501630913235a062f8dfc06..9faf7c7ce6ca5ec1f2ae57088b70800a86f55d76 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -352,7 +352,7 @@ Relevant RFCs:
 Other language changes
 ----------------------
 
-* Removed support for static calls to non-static calls form an incompatible
+* Removed support for static calls to non-static methods from an incompatible
   $this context. In this case $this will not be defined, but the call will be
   allowed with a deprecation notice. An example: