Skip to content

Commit 9f862c9

Browse files
authored
Merge pull request godotengine#7564 from Hannfeld/master
Changed a code example that didn't follow the style guide
2 parents 5b41f5e + 085d403 commit 9f862c9

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
@@ -784,7 +784,7 @@ variables, in that order.
784784

785785
::
786786

787-
signal spawn_player(position)
787+
signal player_spawned(position)
788788

789789
enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}
790790

0 commit comments

Comments
 (0)