[Modify] Polish it

This commit is contained in:
sta 2020-05-21 19:43:10 +09:00
parent f7283c0043
commit f22bb89ff2

View File

@ -846,7 +846,7 @@ namespace WebSocketSharp.Net
var res = headerType == HttpHeaderType.Response;
if (isRestricted (name, res)) {
var msg = "This header must be modified with the appropiate property.";
var msg = "The header is a restricted header.";
throw new ArgumentException (msg);
}