diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 18ad6efc..7df01a7b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2306,12 +2306,12 @@ namespace WebSocketSharp
}
///
- /// Closes the WebSocket connection with the specified ,
+ /// Closes the WebSocket connection with the specified ,
/// and releases all associated resources.
///
///
- /// 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 Close (CloseStatusCode code)
{