[Modify] Polish it

This commit is contained in:
sta 2019-10-22 21:40:33 +09:00
parent ccd4b85e25
commit 0eaac91f03

View File

@ -176,7 +176,7 @@ namespace WebSocketSharp.Net
throw new ObjectDisposedException (GetType ().ToString ()); throw new ObjectDisposedException (GetType ().ToString ());
if (_headersSent) { if (_headersSent) {
var msg = "The response has already been sent."; var msg = "The response is already being sent.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }