diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index bb4c7299..986d79b2 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -639,12 +639,18 @@ namespace WebSocketSharp
}
///
- /// Gets the state of the WebSocket connection.
+ /// Gets the current state of the connection.
///
///
- /// One of the enum values that indicates
- /// the current state of the connection. The default value is
- /// .
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It indicates the current state of the connection.
+ ///
+ ///
+ /// The default value is .
+ ///
///
public WebSocketState ReadyState {
get {