[Modify] Polish it

This commit is contained in:
sta 2017-05-28 13:49:50 +09:00
parent ff679bd6e5
commit 647218d03f

View File

@ -1032,7 +1032,7 @@ namespace WebSocketSharp.Server
if (result.PathAndQuery != "/") {
result = null;
message = "It includes the path or query component.";
message = "It includes either or both path and query components.";
return false;
}