summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/ParseError.php
diff options
context:
space:
mode:
authorMatt Butcher <[email protected]>2013-06-28 11:40:28 -0500
committerMatt Butcher <[email protected]>2013-06-28 11:40:28 -0500
commit3e1d8b8d5512082a6dca175de15574f627722c3c (patch)
tree4388413fcd377906440b2df769c81ab8e8e29949 /src/HTML5/Parser/ParseError.php
parent5921b94e0a6b5c1abb3ecf6a25e2292bca68a58b (diff)
Documentation updates for Beta 1!
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 {
}