From fecec83362e24474c43fc8f77025f2a47e1d9a58 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 29 May 2018 19:33:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 5f95901b..f8774703 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -575,8 +575,8 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified file to a client asynchronously using the WebSocket - /// connection. + /// Sends the specified file to a client asynchronously using + /// the WebSocket connection. /// /// /// This method does not wait for the send to be complete.