Skip to content

Commit 8727b94

Browse files
authored
Merge pull request #10118 from tetrapod00/fix-docstring
Fix docstring written as comment
2 parents 4895db1 + a6484f9 commit 8727b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ We suggest to organize GDScript code this way:
744744
01. @tool
745745
02. class_name
746746
03. extends
747-
04. # docstring
747+
04. ## docstring
748748

749749
05. signals
750750
06. enums

0 commit comments

Comments
 (0)