2
0
Эх сурвалжийг харах

Update tutorials/scripting/c_sharp/c_sharp_collections.rst

Co-authored-by: Paul Joannon <[email protected]>
Raul Santos 2 жил өмнө
parent
commit
7f35d9b38e

+ 1 - 1
tutorials/scripting/c_sharp/c_sharp_collections.rst

@@ -13,7 +13,7 @@ The main difference between the `.NET collections <https://learn.microsoft.com/e
 and the Godot collections is that the .NET collections are implemented in C# while
 the Godot collections are implemented in C++ and the Godot C# API is a wrapper over it,
 this is an important distinction since it means every operation on a Godot collection
-requires marshaling which can be expensive specially inside in a loop.
+requires marshaling which can be expensive especially inside a loop.
 
 Due to the performance implications, using Godot collections is only recommended
 when absolutely necessary (such as interacting with the Godot API). Godot only