diff --git a/src/OpenTK/Math/Box2.cs b/src/OpenTK/Math/Box2.cs
index bdb6ca5e..fdfd2ba3 100644
--- a/src/OpenTK/Math/Box2.cs
+++ b/src/OpenTK/Math/Box2.cs
@@ -190,9 +190,9 @@ namespace OpenTK
return obj is Box2 && Equals((Box2) obj);
}
- /////
- ///// Gets the hash code for this Box2.
- /////
+ ///
+ /// Gets the hash code for this Box2.
+ ///
public override int GetHashCode()
{
unchecked