Skip to content

Commit ab5dd51

Browse files
jannikbertramJannik Bertram
authored and
Jannik Bertram
committed
Fix typo in instancing.rst
Quickfix for a typo on the "Creating instances" page
1 parent cce8630 commit ab5dd51

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)