From f6bf0c95c65935ace1e9494a207850e58b03cfa8 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 28 Oct 2010 09:31:20 +0000 Subject: [PATCH] Fixed ambiguous documentation reference. --- Source/OpenTK/GameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index 6603b06f..383f9d9b 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -1013,7 +1013,7 @@ namespace OpenTK /// /// You will typically wish to update your viewport whenever /// the window is resized. See the - /// method. + /// method. /// protected override void OnResize(EventArgs e) {