Преглед на файлове

Fix typo in Cross-language scripting (#4027)

Removed "your" in "The marshalling process will do its best to cast your the arguments to match function signatures"
Clem преди 4 години
родител
ревизия
13b80b9faf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      getting_started/scripting/cross_language_scripting.rst

+ 1 - 1
getting_started/scripting/cross_language_scripting.rst

@@ -156,7 +156,7 @@ Calling C# methods from GDScript
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 Again, calling C# methods from GDScript should be straightforward. The
 Again, calling C# methods from GDScript should be straightforward. The
-marshalling process will do its best to cast your the arguments to match
+marshalling process will do its best to cast the arguments to match
 function signatures.
 function signatures.
 If that's impossible, you'll see the following error: ``Invalid call. Nonexistent function `FunctionName```.
 If that's impossible, you'll see the following error: ``Invalid call. Nonexistent function `FunctionName```.