We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74dc49 commit d71c24cCopy full SHA for d71c24c
tutorials/scripting/gdscript/gdscript_styleguide.rst
@@ -707,7 +707,7 @@ are constants:
707
FIRE,
708
}
709
710
-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
711
more easily, and also makes for cleaner diffs in version control when items are added or removed.
712
713
**Good**:
0 commit comments