Skip to content

Commit c15242b

Browse files
committed
Merge pull request #94850 from nanodeath/patch-1
Fix doc on Vector2.cs's `/` operator
2 parents c2bf146 + beaf2b1 commit c15242b

File tree

1 file changed

+1
-1
lines changed
  • modules/mono/glue/GodotSharp/GodotSharp/Core

1 file changed

+1
-1
lines changed

modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ public static Vector2 FromAngle(real_t angle)
869869
}
870870

871871
/// <summary>
872-
/// Multiplies each component of the <see cref="Vector2"/>
872+
/// Divides each component of the <see cref="Vector2"/>
873873
/// by the given <see cref="real_t"/>.
874874
/// </summary>
875875
/// <param name="vec">The dividend vector.</param>

0 commit comments

Comments
 (0)