Fixes small typos and grammar correction
This commit is contained in:
@ -344,7 +344,7 @@ void XMLParser::_bind_methods() {
|
||||
}
|
||||
|
||||
Error XMLParser::read() {
|
||||
// if not end reached, parse the node
|
||||
// if end not reached, parse the node
|
||||
if (P && (P - data) < (int64_t)length - 1 && *P != 0) {
|
||||
_parse_current_node();
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user