Fix typo: LB -> LF
This commit is contained in:
parent
bad1bff3bb
commit
e543661498
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ static const map<char, string> REPLACEMENTS({
|
|||
{ '.', "DOT" },
|
||||
{ '?', "QMARK" },
|
||||
{ '/', "SLASH" },
|
||||
{ '\n', "LB" },
|
||||
{ '\n', "LF" },
|
||||
{ '\r', "CR" },
|
||||
{ '\t', "TAB" },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue