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:
@@ -1169,7 +1169,7 @@ GDScriptTokenizer::Token GDScriptTokenizer::scan() {
|
||||
if (pending_newline) {
|
||||
pending_newline = false;
|
||||
if (!multiline_mode) {
|
||||
// Don't return newline tokens on multine mode.
|
||||
// Don't return newline tokens on multiline mode.
|
||||
return last_newline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user