From 200915a46caae4d27f6acdfa0e04fb3c6d6e2622 Mon Sep 17 00:00:00 2001 From: Andrius Bentkus Date: Tue, 28 Feb 2017 16:26:22 +0200 Subject: [PATCH] Grammar fix. --- src/OpenTK/Math/Vector3.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTK/Math/Vector3.cs b/src/OpenTK/Math/Vector3.cs index a1fc5bc..000a369 100644 --- a/src/OpenTK/Math/Vector3.cs +++ b/src/OpenTK/Math/Vector3.cs @@ -1597,7 +1597,7 @@ namespace OpenTK /// /// The first instance. /// The second instance. - /// True, if left does not equa lright; false otherwise. + /// True, if left does not equal right; false otherwise. public static bool operator !=(Vector3 left, Vector3 right) { return !left.Equals(right); -- 2.7.4