1
0
Fork 0

Merge pull request #62990 from Lerg/patch-1

This commit is contained in:
Rémi Verschelde 2022-07-13 23:20:44 +02:00 committed by GitHub
commit 11aedf6e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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