You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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