소스 검색

fixing typo

betalars 1 년 전
부모
커밋
2627630b7a
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::