Explorar o código

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 hai 1 ano
pai
achega
0d27e57246
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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