Update gdscript_styleguide.rst

fixes typo
This commit is contained in:
Jace Bennest
2024-08-04 10:48:19 -07:00
committed by GitHub
parent d74dc49db1
commit d71c24c699

View File

@@ -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**: