]> granicus.if.org Git - php/commitdiff
Fix typo in UPGRADING
authorAaron Piotrowski <aaron@trowski.com>
Wed, 17 Jun 2015 18:28:27 +0000 (13:28 -0500)
committerAaron Piotrowski <aaron@trowski.com>
Wed, 17 Jun 2015 18:28:27 +0000 (13:28 -0500)
UPGRADING

index b0eecfbd7b24d0dbda21f4035d4dff758cd6ad4a..4a5b9e4fe54de157f9e1874ebf8e9113ca10ff7e 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -328,8 +328,8 @@ Changes to error handling
   may need to be changed to account for this.
 
 * Some fatal errors and recoverable fatal errors now throw an Error instead.
-  As Error is a separate class from Exception, these exceptions will not caught
-  by existing try/catch blocks.
+  As Error is a separate class from Exception, these exceptions will not be
+  caught by existing try/catch blocks.
 
   For the recoverable fatal errors which have been converted into an exception,
   it is no longer possible to silently ignore the error from an error handler.