Преглед на файлове

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>`.