[Modify] Polish it
This commit is contained in:
parent
a427f26aa3
commit
c1a275c132
@ -221,7 +221,7 @@ namespace WebSocketSharp.Server
|
||||
public WebSocketServer (int port, bool secure)
|
||||
{
|
||||
if (!port.IsPortNumber ()) {
|
||||
var msg = "It is less than 1 or greater than 65535.";
|
||||
var msg = "Less than 1 or greater than 65535.";
|
||||
throw new ArgumentOutOfRangeException ("port", msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user