mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 19:36: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
|
||||
{
|
||||
/// <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