Explorar el Código

Fix doc on Vector2.cs's / operator

Max hace 1 año
padre
commit
beaf2b18ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs

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

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