From 92372cc63a54d3803749669916c5d0293dde4faf Mon Sep 17 00:00:00 2001 From: Alex S Date: Fri, 25 Sep 2020 14:31:03 +0200 Subject: [PATCH] fix(getting_started): wording --- getting_started/step_by_step/your_first_game.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/your_first_game.rst b/getting_started/step_by_step/your_first_game.rst index 119312456..6f35255f7 100644 --- a/getting_started/step_by_step/your_first_game.rst +++ b/getting_started/step_by_step/your_first_game.rst @@ -61,7 +61,7 @@ Dock in the lower left corner: Player scene ------------ -The first scene we will make defines the ``Player`` object. One of the benefits +The first scene will define the ``Player`` object. One of the benefits of creating a separate Player scene is that we can test it separately, even before we've created other parts of the game.