Jelajahi Sumber

Corrected typo in gdscript_basics.rst

beging -> begin
MajorGonzo 11 bulan lalu
induk
melakukan
1d05bdd9f1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tutorials/scripting/gdscript/gdscript_basics.rst

+ 1 - 1
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::
 .. 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 
     "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 
     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 
     automatically hidden by the editor windows along with the built-in editor nodes used