Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Jun 1, 2024
1 parent 312a809 commit 5b04868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/html5-printer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// In HTML5, there are 16 so-called "void" elements. "void elements" NEVER have
// inner content (but they MAY have attributes), and are assumed to be self-closing.
// An example of a self-closig HTML5 element is "<br/>" (line break)
// An example of a self-closing HTML5 element is "<br/>" (line break)
// All other elements are called "non-void" and MUST never self-close.
// Examples: "<div class='lolcats'></div>".

Expand Down

0 comments on commit 5b04868

Please sign in to comment.