diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 84708668..941522e8 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -622,11 +622,19 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the Version attribute of the cookie.
///
///
- /// An that represents the version of the HTTP state management
- /// to which the cookie conforms.
+ ///
+ /// An that represents the version of HTTP state
+ /// management that the cookie conforms to.
+ ///
+ ///
+ /// 0 or 1.
+ ///
+ ///
+ /// The default value is 0.
+ ///
///
///
- /// The value specified for a set operation isn't 0 or 1.
+ /// The value specified for a set operation is not allowed.
///
public int Version {
get {