Skip to content

Commit 003ad33

Browse files
mattbrundagesideshowbarker
authored andcommitted
Fix typo in error message about over-deep tree
1 parent 1c66c6f commit 003ad33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nu/validator/htmlparser/impl/TreeBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6224,7 +6224,7 @@ public int getTemplateModeStackLength() {
62246224
* @throws SAXException
62256225
*/
62266226
private void errDeepTree() throws SAXException {
6227-
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome flatten the tree.");
6227+
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome to flatten the tree.");
62286228
}
62296229

62306230
/**

0 commit comments

Comments
 (0)