Browse Source

LibMarkdown: Correct typo in forward declaration of HorizontalRule

HoriziontalRule -> HorizontalRule
huttongrabiel 3 years ago
parent
commit
1e65e916fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibMarkdown/Forward.h

+ 1 - 1
Userland/Libraries/LibMarkdown/Forward.h

@@ -16,7 +16,7 @@ class BlockQuote;
 class CodeBlock;
 class ContainerBlock;
 class Heading;
-class HoriziontalRule;
+class HorizontalRule;
 class List;
 class Paragraph;
 class Table;