Преглед на файлове

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.