Browse Source

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."
David C. Drake 1 year ago
parent
commit
174c02df04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/instancing.rst

+ 1 - 1
getting_started/step_by_step/instancing.rst

@@ -215,7 +215,7 @@ all working with the Godot editor.
 Summary
 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:
 uses. With scenes, it gives you:
 
 
 - The ability to divide your game into reusable components.
 - The ability to divide your game into reusable components.