From 6e9030e7f97466a18958e092b07abc675c2ea345 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 7 Oct 2009 11:21:18 +0000 Subject: [PATCH] * AudioCapture.cs: Fixed documentation warning. --- Source/OpenTK/Audio/AudioCapture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Audio/AudioCapture.cs b/Source/OpenTK/Audio/AudioCapture.cs index 6208943f..d7af7743 100644 --- a/Source/OpenTK/Audio/AudioCapture.cs +++ b/Source/OpenTK/Audio/AudioCapture.cs @@ -205,7 +205,7 @@ namespace OpenTK.Audio /// /// Start recording samples. /// The number of available samples can be obtained through the property. - /// The data can be queried with any method. + /// The data can be queried with any method. /// public void Start() {