From 5db923d6bd40e29a20075aa926da16373ba5f862 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 31 Oct 2015 15:22:38 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {