diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index db8112fd..dda5adeb 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -357,15 +357,15 @@ namespace WebSocketSharp.Net /// intended use of the cookie. /// /// - /// An empty string if not present. + /// if not present. /// /// - /// The default value is an empty string. + /// The default value is . /// /// public string Comment { get { - return _comment ?? String.Empty; + return _comment; } internal set {