diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index fc2ce3b8..b457cc1e 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -723,21 +723,21 @@ namespace WebSocketSharp.Net } /// - /// Returns the response with the specified array of to the client and - /// releases the resources used by this instance. + /// Returns the response with the specified entity body data to the client + /// and releases the resources used by this instance. /// /// - /// An array of that contains the response entity body data. + /// An array of that contains the entity body data. /// /// - /// true if this method blocks execution while flushing the stream to the client; - /// otherwise, false. + /// true if this method blocks execution while flushing the stream to + /// the client; otherwise, false. /// /// /// is . /// /// - /// This object is closed. + /// This instance is closed. /// public void Close (byte[] responseEntity, bool willBlock) {