Skip to content

Commit 3f48926

Browse files
mattbrundagehsivonen
authored andcommitted
Fix typo in error message about over-deep tree
1 parent 2f61c94 commit 3f48926

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
@@ -6203,7 +6203,7 @@ public int getTemplateModeStackLength() {
62036203
* @throws SAXException
62046204
*/
62056205
private void errDeepTree() throws SAXException {
6206-
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome flatten the tree.");
6206+
err("The document tree is more than 513 elements deep, which causes Firefox and Chrome to flatten the tree.");
62076207
}
62086208

62096209
/**

0 commit comments

Comments
 (0)