From 52adbb763e68a7b6fa78ac4497e6b5c67777e3a4 Mon Sep 17 00:00:00 2001 From: Lerg Date: Wed, 13 Jul 2022 22:49:22 +0200 Subject: Fix documentation for C# Vector2/3i classes. The / operator was wrongly documented as a multiplication. --- modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs | 2 +- modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs index 412a885daa..b61954a84c 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs @@ -461,7 +461,7 @@ namespace Godot } /// - /// Multiplies each component of the + /// Divides each component of the /// by the given . /// /// The dividend vector. diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs index abfd2ae720..0d4894f206 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs @@ -449,7 +449,7 @@ namespace Godot } /// - /// Multiplies each component of the + /// Divides each component of the /// by the given . /// /// The dividend vector. -- cgit v1.2.3