Преглед изворни кода

Merge pull request #9708 from thejacer87/patch-1

Update gdscript_styleguide.rst
Max Hilbrunner пре 1 година
родитељ
комит
083f7589b9
1 измењених фајлова са 1 додато и 1 уклоњено
  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**: