Grammar fix.
authorAndrius Bentkus <andrius.bentkus@gmail.com>
Tue, 28 Feb 2017 14:26:22 +0000 (16:26 +0200)
committerAndrius Bentkus <andrius.bentkus@gmail.com>
Tue, 28 Feb 2017 14:26:22 +0000 (16:26 +0200)
src/OpenTK/Math/Vector3.cs

index a1fc5bc..000a369 100644 (file)
@@ -1597,7 +1597,7 @@ namespace OpenTK
         /// </summary>
         /// <param name="left">The first instance.</param>
         /// <param name="right">The second instance.</param>
-        /// <returns>True, if left does not equa lright; false otherwise.</returns>
+        /// <returns>True, if left does not equaright; false otherwise.</returns>
         public static bool operator !=(Vector3 left, Vector3 right)
         {
             return !left.Equals(right);