LibMarkdown: Correct typo in forward declaration of HorizontalRule
HoriziontalRule -> HorizontalRule
This commit is contained in:
parent
287c6228b5
commit
1e65e916fc
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/huttongrabiel 🔰 Commit: https://github.com/SerenityOS/serenity/commit/1e65e916fc Pull-request: https://github.com/SerenityOS/serenity/pull/13819
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class BlockQuote;
|
|||
class CodeBlock;
|
||||
class ContainerBlock;
|
||||
class Heading;
|
||||
class HoriziontalRule;
|
||||
class HorizontalRule;
|
||||
class List;
|
||||
class Paragraph;
|
||||
class Table;
|
||||
|
|
Loading…
Add table
Reference in a new issue