summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-06-17 09:40:12 -0700
committerXinchen Hui <laruence@gmail.com>2016-06-17 09:40:12 -0700
commitf2e587cb43a1256768af26022182f1ae93eb666f (patch)
tree0ae343d22731bff60df20eb3c8f260a5ae49e42d
parentfcd8a5ca65452db19ca8ef197fa63a1ec9c2f0a0 (diff)
downloadphp-git-f2e587cb43a1256768af26022182f1ae93eb666f.tar.gz
typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6729343a5..ce781aa5e1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP NEWS
?? ??? 2016, PHP 7.1.0alpha2
- Core:
- . Implemented RFC: R/eplace "Missing argument" warning with "Too few
+ . Implemented RFC: Replace "Missing argument" warning with "Too few
arguments" exception. (Dmitry)
. Implemented RFC: Fix inconsistent behavior of $this variable. (Dmitry)
. Fixed bug #72441 (Segmentation fault: RFC list_keys). (Laruence)