Browse Source

Merge pull request #9494 from Trinovantes/patch-1

Fix indented text captured by tabs group directive
Max Hilbrunner 1 year ago
parent
commit
a80c2d0135
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_3d_game/06.jump_and_squash.rst

+ 1 - 1
getting_started/first_3d_game/06.jump_and_squash.rst

@@ -286,7 +286,7 @@ With this code, if no collisions occurred on a given frame, the loop won't run.
         }
     }
 
- That's a lot of new functions. Here's some more information about them.
+That's a lot of new functions. Here's some more information about them.
 
 The functions ``get_slide_collision_count()`` and ``get_slide_collision()`` both come from
 the :ref:`CharacterBody3D <class_CharacterBody3D>` class and are related to