grammar error

fixed verb agreement
This commit is contained in:
Gabriel Cassidy
2024-02-14 19:21:11 -05:00
committed by GitHub
parent ec3426d869
commit 9e3b9ce844

View File

@@ -232,7 +232,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