Procházet zdrojové kódy

Fix typo in comment

Blake-Madden před 1 rokem
rodič
revize
5b04868fee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      contrib/html5-printer.cpp

+ 1 - 1
contrib/html5-printer.cpp

@@ -7,7 +7,7 @@
 
 
 //  In HTML5, there are 16 so-called "void" elements.  "void elements" NEVER have
 //  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.
 //  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.
 //  All other elements are called "non-void" and MUST never self-close.
 //  Examples: "<div class='lolcats'></div>".
 //  Examples: "<div class='lolcats'></div>".