[Modify] Polish it

This commit is contained in:
sta 2016-11-25 17:05:52 +09:00
parent 218537d0a0
commit 86935bb131

View File

@ -2889,7 +2889,7 @@ namespace WebSocketSharp
byte[] bytes;
if (!data.TryGetUTF8EncodedBytes (out bytes))
throw new ArgumentException ("Cannot be UTF8 encoded.", "data");
throw new ArgumentException ("It could not be UTF8 encoded.", "data");
sendAsync (Opcode.Text, new MemoryStream (bytes), completed);
}