diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 05d6d4c9..27a358bb 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -377,8 +377,12 @@ namespace WebSocketSharp.Net /// Gets or sets a value indicating whether the cookie has expired. /// /// - /// true if the cookie has expired; otherwise, false. - /// The default value is false. + /// + /// true if the cookie has expired; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool Expired { get {