[Modify] Polish it

This commit is contained in:
sta 2020-09-06 21:53:43 +09:00
parent 6f56255cca
commit 8ff8b1d4c4

View File

@ -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");
}