diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 9e4ca282..5bc60a7b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -381,12 +381,17 @@ namespace WebSocketSharp
}
///
- /// Gets the HTTP cookies included in the WebSocket handshake request and response.
+ /// Gets the HTTP cookies included in the handshake request/response.
///
///
- /// An
- /// instance that provides an enumerator which supports the iteration over the collection of
- /// the cookies.
+ ///
+ /// An
+ /// instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the cookies.
+ ///
///
public IEnumerable Cookies {
get {