Fix misprint.
GitOrigin-RevId: 919dcb9bc3d21c4006a24de32dfc1f6e25056e4f
This commit is contained in:
parent
09aa775fe7
commit
a7d7882931
@ -1568,7 +1568,7 @@ Result<vector<MessageEntity>> parse_html(string &text) {
|
|||||||
}
|
}
|
||||||
if (text[i] == 0) {
|
if (text[i] == 0) {
|
||||||
return Status::Error(400,
|
return Status::Error(400,
|
||||||
PSLICE() << "Can't found end tag corresponding to start tag at byte offset " << begin_pos);
|
PSLICE() << "Can't find end tag corresponding to start tag at byte offset " << begin_pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto end_tag_begin_pos = i++;
|
auto end_tag_begin_pos = i++;
|
||||||
|
Reference in New Issue
Block a user