diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 364ad1ca..db111864 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -298,11 +298,13 @@ namespace WebSocketSharp
#region Public Properties
///
- /// Gets or sets the compression method used to compress a 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, specifies the compression method
- /// used to compress a message. The default value is .
+ /// One of the enum values that specifies
+ /// the compression method used to compress a message. The default value is
+ /// .
///
public CompressionMethod Compression {
get {