diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 52818f81..416d53b9 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -285,12 +285,11 @@ namespace WebSocketSharp
#region Public Properties
///
- /// Gets or sets the compression method used to compress the message on
- /// the WebSocket connection.
+ /// Gets or sets the compression method used to compress a 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, specifies the compression method
+ /// used to compress a message. The default value is .
///
public CompressionMethod Compression {
get {