Skip to content

Commit

Permalink
Merge pull request #9292 from betalars/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in "Running code in the editor"
  • Loading branch information
skyace65 committed Apr 28, 2024
2 parents acd169b + 2627630 commit cc2fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/plugins/running_code_in_the_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit cc2fc95

Please sign in to comment.