[Modify] Polish it

This commit is contained in:
sta 2020-05-02 22:20:03 +09:00
parent a22d5a9521
commit 26e9edddf2

View File

@ -1144,7 +1144,7 @@ namespace WebSocketSharp.Net
var idx = header.IndexOf (':');
if (idx == -1) {
var msg = "No colon could be found.";
var msg = "It does not contain a colon character.";
throw new ArgumentException (msg, "header");
}