diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index bc52832e..507c1c40 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -47,17 +47,31 @@ using System.Text;
namespace WebSocketSharp.Net
{
///
- /// Provides a set of methods and properties used to manage an HTTP Cookie.
+ /// Provides a set of methods and properties used to manage an HTTP cookie.
///
///
///
- /// The Cookie class supports the following cookie formats:
- /// Netscape specification,
- /// RFC 2109, and
- /// RFC 2965
+ /// This class supports the following cookie formats:
///
+ ///
+ /// -
+ ///
+ /// Netscape specification
+ ///
+ ///
+ /// -
+ ///
+ /// RFC 2109
+ ///
+ ///
+ /// -
+ ///
+ /// RFC 2965
+ ///
+ ///
+ ///
///
- /// The Cookie class cannot be inherited.
+ /// This class cannot be inherited.
///
///
[Serializable]