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.
2 parents 8cd8134 + d71c24c commit 083f758Copy full SHA for 083f758
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