瀏覽代碼

Merge pull request #62990 from Lerg/patch-1

Rémi Verschelde 3 年之前
父節點
當前提交
11aedf6e54

+ 1 - 1
modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2i.cs

@@ -461,7 +461,7 @@ namespace Godot
         }
 
         /// <summary>
-        /// Multiplies each component of the <see cref="Vector2i"/>
+        /// Divides each component of the <see cref="Vector2i"/>
         /// by the given <see langword="int"/>.
         /// </summary>
         /// <param name="vec">The dividend vector.</param>

+ 1 - 1
modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3i.cs

@@ -449,7 +449,7 @@ namespace Godot
         }
 
         /// <summary>
-        /// Multiplies each component of the <see cref="Vector3i"/>
+        /// Divides each component of the <see cref="Vector3i"/>
         /// by the given <see langword="int"/>.
         /// </summary>
         /// <param name="vec">The dividend vector.</param>