fixing typo

(cherry picked from commit 2627630b7a)
This commit is contained in:
betalars
2024-04-28 19:00:17 +02:00
committed by Max Hilbrunner
parent 7f5c27dc72
commit 89f963850c

View File

@@ -381,7 +381,7 @@ You then want to connect the signal when a new resource is set:
GD.Print("My resource just changed!");
}
Lastly, you should to disconnect the signal as the old resource being used and changed somewhere else
Lastly, remember to disconnect the signal as the old resource being used and changed somewhere else
would cause unneeded updates.
.. tabs::