Răsfoiți Sursa

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 ani în urmă
părinte
comite
9edbba1d25
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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