Browse Source

Merge pull request #9176 from BSChad/patch-1

Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e4dedfd3c0459a147a35bfc8cd9472b)
Max Hilbrunner 1 year ago
parent
commit
30a3264e8e
1 changed files with 1 additions and 1 deletions
  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). |
 +--------------------------+----------------------------------------------------+
-| ``_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.          |
 +--------------------------+----------------------------------------------------+