Rewrite a bit of comment in tokenizer code
gdscript_tokenizer.cpp: `change` -> `changes`
This commit is contained in:
parent
e3e2528ba7
commit
b6f1dbb340
1 changed files with 1 additions and 1 deletions
|
@ -1216,7 +1216,7 @@ void GDScriptTokenizer::check_indent() {
|
||||||
|
|
||||||
if (line_continuation || multiline_mode) {
|
if (line_continuation || multiline_mode) {
|
||||||
// We cleared up all the whitespace at the beginning of the line.
|
// We cleared up all the whitespace at the beginning of the line.
|
||||||
// But if this is a continuation or multiline mode and we don't want any indentation change.
|
// If this is a line continuation or we're in multiline mode then we don't want any indentation changes.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue