diff options
Diffstat (limited to 'vendor/sabre/xml/lib/LibXMLException.php')
-rw-r--r-- | vendor/sabre/xml/lib/LibXMLException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/xml/lib/LibXMLException.php b/vendor/sabre/xml/lib/LibXMLException.php index ae136f57b..fb074f97d 100644 --- a/vendor/sabre/xml/lib/LibXMLException.php +++ b/vendor/sabre/xml/lib/LibXMLException.php @@ -8,7 +8,7 @@ use LibXMLError; use Throwable; /** - * This exception is thrown when the Readers runs into a parsing error. + * This exception is thrown when the Reader runs into a parsing error. * * This exception effectively wraps 1 or more LibXMLError objects. * |