From 22222b003ab2a17feccf014f196ea7ac43d7f55d Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Sat, 2 Jan 2016 11:40:16 -0500 Subject: [PATCH] Fix documentation for NativeWindow.Width --- Source/OpenTK/NativeWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/NativeWindow.cs b/Source/OpenTK/NativeWindow.cs index d4a4cf1b..b83e3a89 100644 --- a/Source/OpenTK/NativeWindow.cs +++ b/Source/OpenTK/NativeWindow.cs @@ -471,7 +471,7 @@ namespace OpenTK #region Width /// - /// Gets or sets the height of the OpenGL surface in window coordinates. + /// Gets or sets the width of the OpenGL surface in window coordinates. /// The coordinates are specified in device-dependent pixels. /// public int Width