We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c66c6f commit 003ad33Copy full SHA for 003ad33
src/nu/validator/htmlparser/impl/TreeBuilder.java
@@ -6224,7 +6224,7 @@ public int getTemplateModeStackLength() {
6224
* @throws SAXException
6225
*/
6226
private void errDeepTree() throws SAXException {
6227
- err("The document tree is more than 513 elements deep, which causes Firefox and Chrome flatten the tree.");
+ err("The document tree is more than 513 elements deep, which causes Firefox and Chrome to flatten the tree.");
6228
}
6229
6230
/**
0 commit comments