diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 16e1151f..c48bc949 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -328,12 +328,17 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets a value indicating whether the client discards the cookie unconditionally
- /// when the client terminates.
+ /// Gets or sets a value indicating whether the client discards the cookie
+ /// unconditionally when the client terminates.
///
///
- /// true if the client discards the cookie unconditionally when the client terminates;
- /// otherwise, false. The default value is false.
+ ///
+ /// true if the client discards the cookie unconditionally
+ /// when the client terminates; otherwise, false.
+ ///
+ ///
+ /// The default value is false.
+ ///
///
public bool Discard {
get {