diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 83f535d8..ba43ac0d 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -817,14 +817,11 @@ namespace WebSocketSharp.Net
}
///
- /// Returns a that represents the current .
+ /// Returns a string that represents the current cookie instance.
///
- ///
- /// This method returns a to use to send an HTTP Cookie to
- /// an origin server.
- ///
///
- /// A that represents the current .
+ /// A to use to send an HTTP cookie to
+ /// an origin server.
///
public override string ToString ()
{