[Modify] Edit it

This commit is contained in:
sta 2016-11-25 17:10:10 +09:00
parent 86935bb131
commit 5999b61afd

View File

@ -2875,7 +2875,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"/> cannot be UTF8 encoded. /// <paramref name="data"/> could not be UTF8 encoded.
/// </exception> /// </exception>
public void SendAsync (string data, Action<bool> completed) public void SendAsync (string data, Action<bool> completed)
{ {