瀏覽代碼

Fix grammar mistake in scripting_development

LunarTides 1 年之前
父節點
當前提交
4aec1e094c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/core_and_modules/scripting_development.rst

+ 1 - 1
contributing/development/core_and_modules/scripting_development.rst

@@ -26,7 +26,7 @@ Do not create annotations for general programming language features.
     # Affects how the editor treats this script.
     @icon("res://path/to/class/icon.svg")
     
-    # Affects how the engine interacts this script.
+    # Affects how the engine interacts with this script.
     @onready var character_name = $Label
 
     # static is a general programming language feature.