Skip to content

Commit 083f758

Browse files
authored
Merge pull request #9708 from thejacer87/patch-1
Update gdscript_styleguide.rst
2 parents 8cd8134 + d71c24c commit 083f758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ are constants:
707707
FIRE,
708708
}
709709

710-
Write enums with each item on its own line. This allows adding documentation comments abve each item
710+
Write enums with each item on its own line. This allows adding documentation comments above each item
711711
more easily, and also makes for cleaner diffs in version control when items are added or removed.
712712

713713
**Good**:

0 commit comments

Comments
 (0)