From 9542c3d181c7b8208c76853d6e1e00a36634c1ac Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 18 May 2023 12:06:05 +0200 Subject: [PATCH] Small grammar fix in Getting Started 3D --- getting_started/first_3d_game/08.score_and_replay.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/first_3d_game/08.score_and_replay.rst b/getting_started/first_3d_game/08.score_and_replay.rst index ba448b9a29d..1ec8b3d2255 100644 --- a/getting_started/first_3d_game/08.score_and_replay.rst +++ b/getting_started/first_3d_game/08.score_and_replay.rst @@ -155,8 +155,8 @@ There, we increment the score and update the displayed text. The second line uses the value of the ``score`` variable to replace the placeholder ``%s``. When using this feature, Godot automatically converts values -to string text, which is convenient to output text in labels or using the ``print()`` -function. +to string text, which is convenient when outputting text in labels or +when using the ``print()`` function. .. seealso::