Fix doc on Vector2.cs's / operator

This commit is contained in:
Max 2024-07-27 14:49:20 -07:00 committed by GitHub
parent 607b230ffe
commit beaf2b18ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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>