mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixes small typos and grammar correction
This commit is contained in:
parent
adf233ed04
commit
91181c2086
98 changed files with 198 additions and 197 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue