瀏覽代碼

Update scripting.rst (#1338)

* Update scripting.rst 

Just a small sentence update for the scripting portion of the tutorial

* Change tense from "will not be editable" to "is not editable"
David Zhu 7 年之前
父節點
當前提交
9edbba1d25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/step_by_step/scripting.rst

+ 1 - 1
getting_started/step_by_step/scripting.rst

@@ -141,7 +141,7 @@ The script creation dialog will pop up. This dialog allows you to set the
 script's language, class name, and other relevant options.
 
 In GDScript the file itself represents the class, so
-the class name field will not editable.
+the class name field is not editable.
 
 The node we're attaching the script to is a panel, so the Inherits field
 will automatically be filled in with "Panel". This is what we want, as the