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

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.