]> granicus.if.org Git - php/commitdiff
Fix typo [ci skip]
authorMarkus Staab <maggus.staab@googlemail.com>
Sat, 25 Jan 2020 11:40:22 +0000 (12:40 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 26 Jan 2020 15:08:46 +0000 (16:08 +0100)
UPGRADING

index 70b5585fcb8d866a4cc4c0309180520182f339d0..20c3071bd70c10f459acf0a8a32486e21ee31ffd 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -352,7 +352,7 @@ PHP 8.0 UPGRADE NOTES
   . Added WeakMap.
     RFC: https://wiki.php.net/rfc/weak_maps
   . Added ValueError class.
-  . Any number of function parameters may not be replaced by a variadic
+  . Any number of function parameters may now be replaced by a variadic
     argument, as long as the types are compatible. For example, the following
     code is now allowed: