fix typo
This commit is contained in:
parent
7570bbcd9b
commit
861f544f33
1 changed files with 1 additions and 1 deletions
|
@ -7798,7 +7798,7 @@ private:
|
||||||
bool collecting_numeric = false;
|
bool collecting_numeric = false;
|
||||||
bool collecting_letter = false;
|
bool collecting_letter = false;
|
||||||
bool collecting_special = false;
|
bool collecting_special = false;
|
||||||
bool collecting_whitespace_lookahead = false;
|
bool collecting_whitespace = false;
|
||||||
bool collecting = false;
|
bool collecting = false;
|
||||||
|
|
||||||
std::vector<std::string> text_utf;
|
std::vector<std::string> text_utf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue