فهرست منبع

Rewrite a bit of comment in tokenizer code

gdscript_tokenizer.cpp: `change` -> `changes`
Gio 1 سال پیش
والد
کامیت
b6f1dbb340
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/gdscript/gdscript_tokenizer.cpp

+ 1 - 1
modules/gdscript/gdscript_tokenizer.cpp

@@ -1216,7 +1216,7 @@ void GDScriptTokenizer::check_indent() {
 
 		if (line_continuation || multiline_mode) {
 			// 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;
 		}