Skip to content

Commit d71c24c

Browse files
authored
Update gdscript_styleguide.rst
fixes typo
1 parent d74dc49 commit d71c24c

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)