]> granicus.if.org Git - php/commitdiff
Fix typo in UPGRADING [ci skip]
authorJacob Dreesen <jacob@hdreesen.de>
Thu, 23 Apr 2020 09:20:58 +0000 (11:20 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 23 Apr 2020 09:54:18 +0000 (11:54 +0200)
UPGRADING

index fd56cf201d75b54b90b2d6be243922a2b303e6bd..07305869f776c486a08c84fff24c5fe0e0969093 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -535,7 +535,7 @@ PHP 8.0 UPGRADE NOTES
     IEEE 754 semantics. Division by zero is considered well-defined and
     will return one of Inf, -Inf or NaN.
   . Added get_debug_type() function, which returns a type useful for error
-    messages. Unlike get_type(), it uses canonical type names, returns class
+    messages. Unlike gettype(), it uses canonical type names, returns class
     names for objects, and indicates the resource type for resources.
     RFC: https://wiki.php.net/rfc/get_debug_type