Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 4, 2024
1 parent 3ed8d21 commit d7dc39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/htmlunit/cyberneko/HTMLTagBalancer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ private void notifyDiscardedEndElement(final QName element, final Augmentations
}

/**
* Structure to hold information about an element placed in buffer to be comsumed later
* Structure to hold information about an element placed in buffer to be consumed later
*/
static class ElementEntry {
final QName name_;
Expand Down

0 comments on commit d7dc39e

Please sign in to comment.