mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 22:40:41 +00:00
Grammar fix.
This commit is contained in:
parent
ae9c076748
commit
200915a46c
|
@ -1597,7 +1597,7 @@ namespace OpenTK
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The first instance.</param>
|
/// <param name="left">The first instance.</param>
|
||||||
/// <param name="right">The second 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)
|
public static bool operator !=(Vector3 left, Vector3 right)
|
||||||
{
|
{
|
||||||
return !left.Equals(right);
|
return !left.Equals(right);
|
||||||
|
|
Loading…
Reference in a new issue