[Modify] Edit it

This commit is contained in:
sta 2016-11-24 17:34:03 +09:00
parent bd9724b257
commit ee79cac635

View File

@ -2748,7 +2748,7 @@ namespace WebSocketSharp
/// <paramref name="data"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="data"/> cannot be UTF8 encoded.
/// <paramref name="data"/> could not be UTF8 encoded.
/// </exception>
public void Send (string data)
{