Fix Code order section saying it's the first section in GDScript style guide

It's not the first section of the page anymore.
This commit is contained in:
Hugo Locurcio
2024-09-23 23:58:39 +02:00
parent 2d1765d285
commit 960125f576

View File

@@ -734,7 +734,7 @@ more easily, and also makes for cleaner diffs in version control when items are
Code order
----------
This first section focuses on code order. For formatting, see
This section focuses on code order. For formatting, see
:ref:`formatting`. For naming conventions, see :ref:`naming_conventions`.
We suggest to organize GDScript code this way: