From 5b04868fee8ac99502e4da4fe958084feda79e48 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:41:57 -0400 Subject: [PATCH] Fix typo in comment --- contrib/html5-printer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/html5-printer.cpp b/contrib/html5-printer.cpp index e9a423d..1aeb3cc 100644 --- a/contrib/html5-printer.cpp +++ b/contrib/html5-printer.cpp @@ -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 "
" (line break) +// An example of a self-closing HTML5 element is "
" (line break) // All other elements are called "non-void" and MUST never self-close. // Examples: "
".