Skip to content

Commit c73a7b0

Browse files
authored
Merge pull request #10791 from jannikbertram/patch-1
Fix typo in instancing.rst
2 parents b74fda2 + ab5dd51 commit c73a7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/instancing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For example, you could break down a shooter game like so:
195195

196196
You can come up with a diagram like this for almost any type of game. Each
197197
rectangle represents an entity that's visible in the game from the player's
198-
perspective. The arrows point towards the insantiator of each scene.
198+
perspective. The arrows point towards the instantiator of each scene.
199199

200200
Once you have a diagram, we recommend creating a scene for each element listed
201201
in it to develop your game. You'll use instancing, either by code or directly in

0 commit comments

Comments
 (0)