diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 3f3ba7b9..5890f7fa 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -500,9 +500,18 @@ namespace WebSocketSharp.Net
///
/// A that represents the Name of the cookie.
///
- ///
+ ///
+ /// The value specified for a set operation is .
+ ///
+ ///
///
- /// The value specified for a set operation is or empty.
+ /// The value specified for a set operation is an empty string.
+ ///
+ ///
+ /// - or -
+ ///
+ ///
+ /// The value specified for a set operation starts with a dollar sign.
///
///
/// - or -