Răsfoiți Sursa

Merge pull request #10791 from jannikbertram/patch-1

Fix typo in instancing.rst
Matthew 4 luni în urmă
părinte
comite
c73a7b0a73
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      getting_started/step_by_step/instancing.rst

+ 1 - 1
getting_started/step_by_step/instancing.rst

@@ -195,7 +195,7 @@ For example, you could break down a shooter game like so:
 
 
 You can come up with a diagram like this for almost any type of game. Each
 You can come up with a diagram like this for almost any type of game. Each
 rectangle represents an entity that's visible in the game from the player's
 rectangle represents an entity that's visible in the game from the player's
-perspective. The arrows point towards the insantiator of each scene.
+perspective. The arrows point towards the instantiator of each scene.
 
 
 Once you have a diagram, we recommend creating a scene for each element listed
 Once you have a diagram, we recommend creating a scene for each element listed
 in it to develop your game. You'll use instancing, either by code or directly in
 in it to develop your game. You'll use instancing, either by code or directly in