Browse Source

[Modify] Polish it

pull/533/merge
sta 1 year ago
parent
commit
3fb34be467
  1. 2
      websocket-sharp/HttpBase.cs

2
websocket-sharp/HttpBase.cs

@ -161,7 +161,7 @@ namespace WebSocketSharp
long len;
if (!Int64.TryParse (length, out len)) {
var msg = "It cannot be parsed.";
var msg = "It could not be parsed.";
throw new ArgumentException (msg, "length");
}

Loading…
Cancel
Save