Merge pull request #8414 from theDrake/patch-1

Add missing comma in instancing.rst
This commit is contained in:
Matthew
2023-11-08 21:05:19 -05:00
committed by GitHub

View File

@@ -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.