瀏覽代碼

Merge pull request #9176 from BSChad/patch-1

Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e4dedfd3c0459a147a35bfc8cd9472b)
Max Hilbrunner 1 年之前
父節點
當前提交
30a3264e8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/creating_script_templates.rst

+ 1 - 1
tutorials/scripting/creating_script_templates.rst

@@ -201,7 +201,7 @@ Base placeholders
 +==========================+====================================================+
 +==========================+====================================================+
 | ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). |
 | ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). |
 +--------------------------+----------------------------------------------------+
 +--------------------------+----------------------------------------------------+
-| ``_CLASS_``              | The name of the new class (used in C# only).       |
+| ``_CLASS_``              | The name of the new class.                         |
 +--------------------------+----------------------------------------------------+
 +--------------------------+----------------------------------------------------+
 | ``_BASE_``               | The base type a new script inherits from.          |
 | ``_BASE_``               | The base type a new script inherits from.          |
 +--------------------------+----------------------------------------------------+
 +--------------------------+----------------------------------------------------+