From 13e19145232bbcbdb467b5d2c81e080f97704970 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 29 Aug 2016 15:58:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 11cb0af0..8dd19c24 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2474,14 +2474,14 @@ namespace WebSocketSharp /// /// Closes the WebSocket connection asynchronously with the specified - /// , and releases all associated resources. + /// , 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. /// /// - /// One of the enum values, represents the status code indicating - /// the reason for the close. + /// One of the enum values that represents + /// the status code indicating the reason for the close. /// public void CloseAsync (CloseStatusCode code) {