diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 82d39e66..f499628d 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -455,11 +455,25 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the Port attribute of the cookie.
///
///
- /// A that represents the list of TCP ports to which the cookie applies.
+ ///
+ /// A that represents the list of TCP ports
+ /// that the cookie applies to.
+ ///
+ ///
+ /// The default value is an empty string.
+ ///
///
///
- /// The value specified for a set operation isn't enclosed in double quotes or
- /// couldn't be parsed.
+ ///
+ /// The value specified for a set operation is not enclosed in
+ /// double quotes.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// The value specified for a set operation could not be parsed.
+ ///
///
public string Port {
get {