]> granicus.if.org Git - php/commitdiff
[ci skip] Fix small typo
authorChris Brown <drbyte@zen-cart.com>
Mon, 2 Nov 2020 16:34:10 +0000 (11:34 -0500)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 2 Nov 2020 17:11:13 +0000 (18:11 +0100)
`as` -> `was`

Closes GH-6394.

UPGRADING

index 579424fbef4ae46a4105060bc90b1be4ac7aaf88..ed7dd70ea951e40f74c090daa4146a875a8f1348 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -164,7 +164,7 @@ PHP 8.0 UPGRADE NOTES
         }
 
     If both T1::func() and T2::func() exist, this code was previously silently
-    accepted, and func as assumed to refer to T1::func. Now it will generate a
+    accepted, and func was assumed to refer to T1::func. Now it will generate a
     fatal error instead, and either T1::func or T2::func needs to be written
     explicitly.
   . The signature of abstract methods defined in traits is now checked against