From beaf2b18ceaee3833e18b5b8ff90a08450fa2725 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 27 Jul 2024 14:49:20 -0700 Subject: [PATCH] Fix doc on Vector2.cs's / operator --- modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs index 50bf56d8320c..f5b64ff81b84 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs @@ -869,7 +869,7 @@ public static Vector2 FromAngle(real_t angle) } /// - /// Multiplies each component of the + /// Divides each component of the /// by the given . /// /// The dividend vector.