Merge pull request #8963 from Gallium314/master

grammar error

(cherry picked from commit 5bc5ffd636)
This commit is contained in:
Matthew
2024-02-14 19:53:56 -05:00
committed by Max Hilbrunner
parent f7997781db
commit b12dfa0d6e

View File

@@ -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