Skip to content

Commit f475aa6

Browse files
mattbrundagesideshowbarker
authored andcommitted
Fix typo in error message about over-deep tree
1 parent 8433716 commit f475aa6

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
@@ -6450,7 +6450,7 @@ public int getTemplateModeStackLength() {
64506450
* @throws SAXException
64516451
*/
64526452
private void errDeepTree() throws SAXException {
6453-
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome flatten the tree.");
6453+
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome to flatten the tree.");
64546454
}
64556455

64566456
/**

0 commit comments

Comments
 (0)