8298700: Typo in DocTree comment

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2022-12-13 23:20:43 +00:00
parent c6f22b4160
commit 61ab16f79a

@ -227,7 +227,7 @@ public interface DocTree {
SPEC("spec"),
/**
* Used for instances of {@link EndElementTree}
* Used for instances of {@link StartElementTree}
* representing the start of an HTML element.
*/
START_ELEMENT,