diff options
Diffstat (limited to 'Userland/Libraries/LibMarkdown')
-rw-r--r-- | Userland/Libraries/LibMarkdown/Text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibMarkdown/Text.h b/Userland/Libraries/LibMarkdown/Text.h index 7926eab8fc..c4435368e2 100644 --- a/Userland/Libraries/LibMarkdown/Text.h +++ b/Userland/Libraries/LibMarkdown/Text.h @@ -139,7 +139,7 @@ private: bool punct_before; bool punct_after; // is_run indicates that this token is a 'delimiter run'. A delimiter - // run occurs when several of the same sytactical character ('`', '_', + // run occurs when several of the same syntactical character ('`', '_', // or '*') occur in a row. bool is_run; |