Update gdscript_styleguide.rst

This commit is contained in:
corrigentia
2018-12-05 16:59:16 +02:00
committed by GitHub
parent 18b5069a2a
commit c31ca4063d

View File

@@ -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.