Browse Source

Merge pull request #1732 from hungrymonkey/patch-1

Update custom_godot_servers.rst
Max Hilbrunner 7 years ago
parent
commit
81f89303b4
1 changed files with 1 additions and 1 deletions
  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