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) {