From 7d9501f0cc5599f27e56ff189b8e523fec7294a0 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 28 Aug 2016 16:27:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index ec7887e9..4d0a0b0c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2416,10 +2416,11 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection asynchronously, and releases all associated resources. + /// Closes the WebSocket connection asynchronously, and releases + /// all associated resources. /// /// - /// This method doesn't wait for the close to be complete. + /// This method does not wait for the close to be complete. /// public void CloseAsync () {