Skip to content

Commit 63ad1da

Browse files
committed
fix file casing
1 parent 365a295 commit 63ad1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/singletons_autoload.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Finally, we need to fill the empty callback functions in the two scenes:
250250
.. tabs::
251251
.. code-tab:: gdscript GDScript
252252

253-
# Add to 'Scene1.gd'.
253+
# Add to 'scene_1.gd'.
254254

255255
func _on_button_pressed():
256256
Global.goto_scene("res://scene_2.tscn")
@@ -270,7 +270,7 @@ and
270270
.. tabs::
271271
.. code-tab:: gdscript GDScript
272272

273-
# Add to 'Scene2.gd'.
273+
# Add to 'scene_2.gd'.
274274

275275
func _on_button_pressed():
276276
Global.goto_scene("res://scene_1.tscn")

0 commit comments

Comments
 (0)