diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-28 17:47:05 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-28 17:47:05 +0200 |
| commit | c15242b12fa7a3112eaa96074a20c7ca18dd6b8d (patch) | |
| tree | 0e19affc220e7b631d559137549852508bb993f4 | |
| parent | c2bf146fb64cd1a41e577f9a9aed961b4b607efe (diff) | |
| parent | beaf2b18ceaee3833e18b5b8ff90a08450fa2725 (diff) | |
| download | redot-engine-c15242b12fa7a3112eaa96074a20c7ca18dd6b8d.tar.gz | |
Merge pull request #94850 from nanodeath/patch-1
Fix doc on Vector2.cs's `/` operator
| -rw-r--r-- | modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs index 50bf56d832..f5b64ff81b 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs @@ -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> |
