Browse Source

Fix indented text captured by tabs group directive

This paragraph has a leading space which causes it to be captured by the previous tabs directive
Stephen Li 1 year ago
parent
commit
0d27e57246
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