Skip to content

Commit 085d403

Browse files
committed
Changed a code example that didn't follow the style guide
1 parent 4b089d5 commit 085d403

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)