Corrected a grammar mistake.
This commit is contained in:
parent
8146fdcc5c
commit
436c0c23d8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ using System.Text;
|
|||
|
||||
namespace OpenTK.Audio
|
||||
{
|
||||
/// <summary>Encapsulates a pointer to decoded sound buffer.</summary>
|
||||
/// <summary>Encapsulates a pointer to a decoded sound buffer.</summary>
|
||||
public class SoundData
|
||||
{
|
||||
byte[] buffer;
|
||||
|
|
Loading…
Reference in a new issue