From 89f963850c2e7cdd7165a08f849bf8a7d65b97e2 Mon Sep 17 00:00:00 2001 From: betalars Date: Sun, 28 Apr 2024 19:00:17 +0200 Subject: [PATCH] fixing typo (cherry picked from commit 2627630b7a6b372ff6cfa07d365a8f0f4b7e525a) --- tutorials/plugins/running_code_in_the_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index b91912a3c..896254fbb 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -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::