Browse Source

Update gdscript_styleguide.rst

fixes typo
Jace Bennest 1 năm trước cách đây
mục cha
commit
d71c24c699
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 1 - 1
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -707,7 +707,7 @@ are constants:
         FIRE,
     }
 
-Write enums with each item on its own line. This allows adding documentation comments abve each item
+Write enums with each item on its own line. This allows adding documentation comments above each item
 more easily, and also makes for cleaner diffs in version control when items are added or removed.
 
 **Good**: