diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index bbe22017..b42a3fcc 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -215,12 +215,12 @@ namespace WebSocketSharp
#region Public Properties
///
- /// Gets or sets the compression method used to compress the message.
+ /// Gets or sets the compression method used to compress the message on the WebSocket
+ /// connection.
///
///
- /// One of the enum values, indicates the
- /// compression method used to compress the message. The default value is
- /// .
+ /// One of the enum values, indicates the compression method
+ /// used to compress the message. The default value is .
///
public CompressionMethod Compression {
get {