From 7e319e8c87e59d1716698515b4770d9be900eb28 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 11 Feb 2014 14:33:21 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/WebSocket.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {