소스 검색

Merge pull request #9992 from Calinou/gdscript-style-guide-fix-code-order

Fix Code order section saying it's the first section in GDScript style guide
Matthew 10 달 전
부모
커밋
38c80786f0
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: