浏览代码

Merge pull request #2080 from mrwanashraf/3.0

fix typo in ui_code_a_life_bar
Rémi Verschelde 6 年之前
父节点
当前提交
124e8d6953
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/step_by_step/ui_code_a_life_bar.rst

+ 1 - 1
getting_started/step_by_step/ui_code_a_life_bar.rst

@@ -271,7 +271,7 @@ node. The script editor opens with the cursor inside a new
 
 
    Godot writes the callback method for you and takes you to it
    Godot writes the callback method for you and takes you to it
 
 
-Inside the parens after the function name, add a ``player_health``
+Inside the parentheses after the function name, add a ``player_health``
 argument. When the player emits the ``health_changed`` signal it will send
 argument. When the player emits the ``health_changed`` signal it will send
 its current ``health`` alongside it. Your code should look like:
 its current ``health`` alongside it. Your code should look like: