diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.rst index 083ce2827..6fc171107 100644 --- a/tutorials/scripting/creating_script_templates.rst +++ b/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. | +--------------------------+----------------------------------------------------+