From 4b5da9b3ffcc4d5a94691dab767f8961d7c52a51 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 18 Jun 2017 15:41:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpRequestEventArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs index c5daf2e9..5e5c11cd 100644 --- a/websocket-sharp/Server/HttpRequestEventArgs.cs +++ b/websocket-sharp/Server/HttpRequestEventArgs.cs @@ -81,7 +81,7 @@ namespace WebSocketSharp.Server } /// - /// Gets the HTTP response data used to return a response to the client. + /// Gets the HTTP response data to return to the client. /// /// /// A that represents the response data.