[Modify] Polish it
This commit is contained in:
parent
6f56255cca
commit
8ff8b1d4c4
@ -197,7 +197,7 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
if (uriPrefix[len - 1] != '/') {
|
||||
var msg = "Ends without '/'.";
|
||||
var msg = "It ends without '/'.";
|
||||
|
||||
throw new ArgumentException (msg, "uriPrefix");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user