From 1d05bdd9f12ee09716e790cec4b29cc6a8853054 Mon Sep 17 00:00:00 2001 From: MajorGonzo Date: Tue, 20 Aug 2024 08:38:57 -0500 Subject: [PATCH] Corrected typo in gdscript_basics.rst beging -> begin --- tutorials/scripting/gdscript/gdscript_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 0f1451799..4204fd7ac 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/tutorials/scripting/gdscript/gdscript_basics.rst @@ -1890,7 +1890,7 @@ If you want to use ``extends`` too, you can keep both on the same line:: .. warning:: - The Godot editor will hide these custom classes with names that beging with the prefix + The Godot editor will hide these custom classes with names that begin with the prefix "Editor" in the 'Create New Node' or 'Create New Scene' dialog windows. The classes are available for instantiation at runtime via their class names, but are automatically hidden by the editor windows along with the built-in editor nodes used