소스 검색

Update custom_godot_servers.rst

"but" doesn't seem correct in this context. I wonder how I missed this word.
Before: It is possible to emit signals to GDScript but calling the GDScript dummy object.
After: It is possible to emit signals to GDScript by calling the GDScript dummy object.
hungrymonkey 7 년 전
부모
커밋
dfc35f19a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/cpp/custom_godot_servers.rst

+ 1 - 1
development/cpp/custom_godot_servers.rst

@@ -384,7 +384,7 @@ The dummy class binds singleton methods to GDScript. In most cases, the dummy cl
 
 Binding Signals
 
-It is possible to emit signals to GDScript but calling the GDScript dummy object.
+It is possible to emit signals to GDScript by calling the GDScript dummy object.
 
 .. code:: cpp