diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index ad95c459..03500a7d 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -227,10 +227,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the cookies sent with the response.
+ /// Gets or sets the collection of cookies sent with the response.
///
///
- /// A that contains the cookies sent with the response.
+ /// A that contains the cookies sent with
+ /// the response.
///
public CookieCollection Cookies {
get {