From 4155342b2e0808dc6212f1fd522a71115ba45464 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 4 Sep 2009 22:09:07 +0000 Subject: [PATCH] Fixed XML documentation warnings. --- Source/OpenTK/DisplayDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/DisplayDevice.cs b/Source/OpenTK/DisplayDevice.cs index 28c946c3..820f2e0e 100644 --- a/Source/OpenTK/DisplayDevice.cs +++ b/Source/OpenTK/DisplayDevice.cs @@ -178,7 +178,7 @@ namespace OpenTK /// Changes the resolution of the DisplayDevice. /// The resolution to set. - /// Thrown if the requested resolution could not be set. + /// Thrown if the requested resolution could not be set. /// If the specified resolution is null, this function will restore the original DisplayResolution. public void ChangeResolution(DisplayResolution resolution) {