Merge pull request #94850 from nanodeath/patch-1

Fix doc on Vector2.cs's `/` operator
This commit is contained in:
Rémi Verschelde 2024-07-28 17:47:05 +02:00
commit c15242b12f
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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>