mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Merge pull request #94850 from nanodeath/patch-1
Fix doc on Vector2.cs's `/` operator
This commit is contained in:
commit
c15242b12f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user