Skip to content

Commit 208bd8f

Browse files
authored
Merge pull request godotengine#9176 from BSChad/patch-1
Fix outdated _CLASS_ script template description.
2 parents 7516af6 + 47d1340 commit 208bd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/creating_script_templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Base placeholders
203203
+==========================+====================================================+
204204
| ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). |
205205
+--------------------------+----------------------------------------------------+
206-
| ``_CLASS_`` | The name of the new class (used in C# only). |
206+
| ``_CLASS_`` | The name of the new class. |
207207
+--------------------------+----------------------------------------------------+
208208
| ``_BASE_`` | The base type a new script inherits from. |
209209
+--------------------------+----------------------------------------------------+

0 commit comments

Comments
 (0)