diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 5795ddc7..0f8fa04e 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -374,7 +374,7 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the value of the CommentURL attribute of the cookie.
+ /// Gets the value of the CommentURL attribute of the cookie.
///
///
///
@@ -382,7 +382,7 @@ namespace WebSocketSharp.Net
/// the comment to document intended use of the cookie.
///
///
- /// if this attribute is not needed.
+ /// if the cookie has no CommentURL attribute.
///
///
/// The default value is .
@@ -393,7 +393,7 @@ namespace WebSocketSharp.Net
return _commentUri;
}
- set {
+ internal set {
_commentUri = value;
}
}