You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Fixes small typos and grammar correction
This commit is contained in:
@@ -978,7 +978,7 @@ Expression::ENode *Expression::_parse_expression() {
|
||||
}
|
||||
}
|
||||
|
||||
/* Reduce the set set of expressions and place them in an operator tree, respecting precedence */
|
||||
/* Reduce the set of expressions and place them in an operator tree, respecting precedence */
|
||||
|
||||
while (expression.size() > 1) {
|
||||
int next_op = -1;
|
||||
|
||||
Reference in New Issue
Block a user