浏览代码

Merge pull request #8963 from Gallium314/master

grammar error

(cherry picked from commit 5bc5ffd636cab2a4d466b3062364c72847828d6c)
Matthew 1 年之前
父节点
当前提交
b12dfa0d6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_3d_game/04.mob_scene.rst

+ 1 - 1
getting_started/first_3d_game/04.mob_scene.rst

@@ -234,7 +234,7 @@ Connect the signal to the ``Mob``
 
 This will take you back to the script editor and add a new function for you,
 ``_on_visible_on_screen_notifier_3d_screen_exited()``. From it, call the ``queue_free()``
-method. This function destroy the instance it's called on.
+method. This function destroys the instance it's called on.
 
 .. tabs::
  .. code-tab:: gdscript GDScript