mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
doc: Rename "@Global Scope" to "@GlobalScope"
Spaces in filenames are evil.
This commit is contained in:
parent
967bfb0c4a
commit
e7701bb2de
17 changed files with 33 additions and 33 deletions
|
|
@ -2798,7 +2798,7 @@ Error GDScriptLanguage::lookup_code(const String &p_code, const String &p_symbol
|
|||
}
|
||||
} else {
|
||||
r_result.type = ScriptLanguage::LookupResult::RESULT_CLASS_CONSTANT;
|
||||
r_result.class_name = "@Global Scope";
|
||||
r_result.class_name = "@GlobalScope";
|
||||
r_result.class_member = p_symbol;
|
||||
return OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue