Преглед изворни кода

Merge pull request #1595 from rcorre/master

Fix a few typos in part 1 of the FPS tutorial.
Max Hilbrunner пре 7 година
родитељ
комит
26cc612925
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/3d/fps_tutorial/part_one.rst

+ 1 - 1
tutorials/3d/fps_tutorial/part_one.rst

@@ -311,7 +311,7 @@ so it can move through the game world.
 
 _________
 
-Let's look is ``process_movement`` next:
+Let's look at ``process_input`` next:
 
 First we set ``dir`` to an empty :ref:`Vector3 <class_Vector3>`.