From 47fda68b031f8d1b1f3ec97e635af0726e34bdb7 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 17 Jun 2015 13:28:27 -0500 Subject: [PATCH] Fix typo in UPGRADING --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index b0eecfbd7b..4a5b9e4fe5 100644 --- 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. -- 2.40.0