From c78a6c78444214e590d4e6487ba331c9b26b0119 Mon Sep 17 00:00:00 2001 From: Christopher Lees Date: Wed, 23 Nov 2016 14:42:29 +0000 Subject: [PATCH] Fix wrong XML param name tag --- 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 158767b..a1fc5bc 100644 --- a/src/OpenTK/Math/Vector3.cs +++ b/src/OpenTK/Math/Vector3.cs @@ -1317,7 +1317,7 @@ namespace OpenTK /// The height of the viewport. /// The minimum depth of the viewport. /// The maximum depth of the viewport. - /// The inverse of the world-view-projection matrix. + /// The inverse of the world-view-projection matrix. /// The vector in object space. /// /// To project from normalized device coordinates (NDC) use the following parameters: -- 2.7.4