浏览代码

fixing typo

(cherry picked from commit 2627630b7a6b372ff6cfa07d365a8f0f4b7e525a)
betalars 1 年之前
父节点
当前提交
89f963850c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/plugins/running_code_in_the_editor.rst

+ 1 - 1
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::