Simply remove some words

This commit is contained in:
tetrapod00
2024-12-14 20:36:17 -08:00
parent 19f5643c46
commit bd25f5813a
15 changed files with 23 additions and 20 deletions
@@ -96,8 +96,8 @@ Now that we've downloaded our prerequisites, it is time to build the C++
bindings.
The repository contains a copy of the metadata for the current Godot release,
but if you need to build these bindings for a newer version of Godot, simply
call the Godot executable:
but if you need to build these bindings for a newer version of Godot, call
the Godot executable:
.. code-block:: none
@@ -525,5 +525,4 @@ exists is desirable:
if object.has_method("smash"):
object.smash()
Then, simply define that method and anything the rock touches can be
smashed.
Then, define that method and anything the rock touches can be smashed.