[Modify] Polish it

master
sta 5 years ago
parent 6f56255cca
commit 8ff8b1d4c4

@ -197,7 +197,7 @@ namespace WebSocketSharp.Net
} }
if (uriPrefix[len - 1] != '/') { if (uriPrefix[len - 1] != '/') {
var msg = "Ends without '/'."; var msg = "It ends without '/'.";
throw new ArgumentException (msg, "uriPrefix"); throw new ArgumentException (msg, "uriPrefix");
} }

Loading…
Cancel
Save