소스 검색

Update gdscript_styleguide.rst

corrigentia 6 년 전
부모
커밋
c31ca4063d
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.