瀏覽代碼

Fix backquoted text in Controllers doc

It seems the space is required before the backquotes
John Veness 2 年之前
父節點
當前提交
05153f071e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/inputs/controllers_gamepads_joysticks.rst

+ 1 - 1
tutorials/inputs/controllers_gamepads_joysticks.rst

@@ -129,7 +129,7 @@ use ``Input.is_action_pressed()``:
     frame, use ``Input.is_action_just_pressed()`` instead of
     ``Input.is_action_pressed()``. Unlike ``Input.is_action_pressed()`` which
     returns ``true`` as long as the input is
-    held,``Input.is_action_just_pressed()`` will only return ``true`` for one
+    held, ``Input.is_action_just_pressed()`` will only return ``true`` for one
     frame after the button has been pressed.
 
 In Godot versions before 3.4, such as 3.3, ``Input.get_vector()`` and