diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fe2edad9..c83c2b47 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2871,8 +2871,8 @@ namespace WebSocketSharp /// This method does not wait for the close to be complete. /// /// - /// And this method does nothing if the current state of - /// the connection is Closing or Closed. + /// This method does nothing if the current state of the connection is + /// Closing or Closed. /// /// public void CloseAsync ()