summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/ParseError.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Parser/ParseError.php')
-rw-r--r--src/HTML5/Parser/ParseError.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Parser/ParseError.php b/src/HTML5/Parser/ParseError.php
index 8fc646e..4d5f117 100644
--- a/src/HTML5/Parser/ParseError.php
+++ b/src/HTML5/Parser/ParseError.php
@@ -2,7 +2,7 @@
namespace HTML5\Parser;
/**
- * When the parser has an error.
+ * Emit when the parser has an error.
*/
class ParseError extends \Exception {
}