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