diff --git a/src/OpenTK/Math/Vector2d.cs b/src/OpenTK/Math/Vector2d.cs
index df2abedb..f443a824 100644
--- a/src/OpenTK/Math/Vector2d.cs
+++ b/src/OpenTK/Math/Vector2d.cs
@@ -692,7 +692,8 @@ namespace OpenTK
#region MagnitudeMin
///
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the second vector
+ /// is selected.
///
/// Left operand
/// Right operand
@@ -703,7 +704,8 @@ namespace OpenTK
}
///
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the second vector
+ /// is selected.
///
/// Left operand
/// Right operand
@@ -719,7 +721,8 @@ namespace OpenTK
#region MagnitudeMax
///
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the first vector
+ /// is selected.
///
/// Left operand
/// Right operand
@@ -730,7 +733,8 @@ namespace OpenTK
}
///
- /// Returns the Vector2d with the maximum magnitude
+ /// Returns the Vector2d with the maximum magnitude. If the magnitudes are equal, the first vector
+ /// is selected.
///
/// Left operand
/// Right operand