mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 00:27:50 +00:00
Corrected a grammar mistake.
This commit is contained in:
parent
23c4dac622
commit
b477ad58de
|
@ -12,7 +12,7 @@ using System.Text;
|
||||||
|
|
||||||
namespace OpenTK.Audio
|
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
|
public class SoundData
|
||||||
{
|
{
|
||||||
byte[] buffer;
|
byte[] buffer;
|
||||||
|
|
Loading…
Reference in a new issue