From 77bbfca9e148993f95834790e5b3608da4ad4fbe Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 8 Oct 2019 20:41:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 7b553da2..cccc0b1b 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -2214,15 +2214,14 @@ namespace WebSocketSharp } /// - /// Writes and sends the specified data with the specified - /// . + /// Sends the specified content data with the HTTP response. /// /// - /// A that represents the HTTP response used to - /// send the content data. + /// A that represents the HTTP response + /// used to send the content data. /// /// - /// An array of that represents the content data to send. + /// An array of that specifies the content data to send. /// /// ///