Quellcode durchsuchen

Merge pull request #6419 from denicolas/patch-3

Creating instances - Wrong tense
Max Hilbrunner vor 2 Jahren
Ursprung
Commit
adeaecb14a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      getting_started/step_by_step/instancing.rst

+ 1 - 1
getting_started/step_by_step/instancing.rst

@@ -180,7 +180,7 @@ 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
 perspective. The arrows tell you which scene owns which.
 
-Once you have a diagram, we recommended 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
 the editor, to build your tree of scenes.