From 174c02df04ae537d4d1a05cb41ef8acd2b685385 Mon Sep 17 00:00:00 2001 From: "David C. Drake" Date: Tue, 7 Nov 2023 10:43:08 -0700 Subject: [PATCH] Add missing comma in instancing.rst I added a comma after 'blueprint' in this sentence: "Instancing, the process of producing an object from a blueprint, has many handy uses." --- getting_started/step_by_step/instancing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index c1cc4f0648a..cba3b63b709 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -215,7 +215,7 @@ all working with the Godot editor. Summary ------- -Instancing, the process of producing an object from a blueprint has many handy +Instancing, the process of producing an object from a blueprint, has many handy uses. With scenes, it gives you: - The ability to divide your game into reusable components.