[Modify] Edit it

This commit is contained in:
sta 2016-12-12 17:11:17 +09:00
parent cc196cf6ca
commit ef2f1d8137

View File

@ -2806,7 +2806,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 Send (string data) public void Send (string data)
{ {