Skip to content

Commit

Permalink
Merge pull request #984 from Blake-Madden/master
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
leethomason committed Jun 13, 2024
2 parents a965e28 + 5b04868 commit a0f66fd
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 a0f66fd

Please sign in to comment.