Merge pull request #492 from txdv/grammar

Grammar fix.
This commit is contained in:
varon 2017-03-01 09:08:14 +02:00 committed by GitHub
commit fa25cbb5f8

View 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 equal right; false otherwise.</returns>
public static bool operator !=(Vector3 left, Vector3 right)
{
return !left.Equals(right);