mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix doc on Vector2.cs's / operator
This commit is contained in:
@@ -869,7 +869,7 @@ namespace Godot
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Multiplies each component of the <see cref="Vector2"/>
|
/// Divides each component of the <see cref="Vector2"/>
|
||||||
/// by the given <see cref="real_t"/>.
|
/// by the given <see cref="real_t"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="vec">The dividend vector.</param>
|
/// <param name="vec">The dividend vector.</param>
|
||||||
|
|||||||
Reference in New Issue
Block a user