Преглед изворни кода

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

It's not the first section of the page anymore.
Hugo Locurcio пре 10 месеци
родитељ
комит
960125f576
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 1 - 1
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -734,7 +734,7 @@ more easily, and also makes for cleaner diffs in version control when items are
 Code order
 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`.
 :ref:`formatting`. For naming conventions, see :ref:`naming_conventions`.
 
 
 We suggest to organize GDScript code this way:
 We suggest to organize GDScript code this way: