mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #32150 from luzpaz/typos
Fix misc. source comment typos
This commit is contained in:
commit
fdc2463a1b
26 changed files with 42 additions and 38 deletions
|
@ -1207,7 +1207,7 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
|||
if (_get_completable_identifier(COMPLETION_INDEX, identifier)) {
|
||||
|
||||
if (identifier == StringName()) {
|
||||
identifier = "@temp"; //so it parses allright
|
||||
identifier = "@temp"; //so it parses alright
|
||||
}
|
||||
completion_node = op;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue