瀏覽代碼

Merge pull request #1980 from corrigentia/patch-22

Correct idiom in gdscript_styleguide.rst
Rémi Verschelde 6 年之前
父節點
當前提交
c96dd3bb13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/scripting/gdscript/gdscript_styleguide.rst

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

@@ -69,7 +69,7 @@ regular code blocks.
 Blank lines
 ~~~~~~~~~~~
 
-Surround functions and class definitions by a blank line.
+Surround functions and class definitions with a blank line.
 
 Use one blank line inside functions to separate logical sections.