[Modify] Edit it

This commit is contained in:
sta 2016-12-12 17:13:31 +09:00
parent 056f2c8ffc
commit 5056e84679

View File

@ -3001,7 +3001,7 @@ namespace WebSocketSharp
/// <paramref name="data"/> is <see langword="null"/>. /// <paramref name="data"/> is <see langword="null"/>.
/// </exception> /// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="data"/> could not be UTF8 encoded. /// <paramref name="data"/> could not be UTF-8-encoded.
/// </exception> /// </exception>
public void SendAsync (string data, Action<bool> completed) public void SendAsync (string data, Action<bool> completed)
{ {