mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Libraries: Fix typos
This commit is contained in:
parent
9ec9886b04
commit
de72332920
9 changed files with 10 additions and 10 deletions
|
@ -122,7 +122,7 @@ private:
|
|||
struct Token {
|
||||
String data;
|
||||
// Flanking basically means that a delimiter run has a non-whitespace,
|
||||
// non-punctuation character on the corresponsing side. For a more exact
|
||||
// non-punctuation character on the corresponding side. For a more exact
|
||||
// definition, see the CommonMark spec.
|
||||
bool left_flanking;
|
||||
bool right_flanking;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue