diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index c4e7eaa0..5a2bedec 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -882,8 +882,8 @@ namespace WebSocketSharp.Net } /// - /// Copies some properties from the specified to - /// this response. + /// Copies some properties from the specified response instance to + /// this instance. /// /// /// A to copy.