From 78298c551a5919109feb9659fc48ffe52c11e38e Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 9 Oct 2017 15:30:34 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/CompressionMethod.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/CompressionMethod.cs b/websocket-sharp/CompressionMethod.cs index e7f4bcc0..9dc4083c 100644 --- a/websocket-sharp/CompressionMethod.cs +++ b/websocket-sharp/CompressionMethod.cs @@ -31,18 +31,17 @@ using System; namespace WebSocketSharp { /// - /// Specifies the compression method used to compress a message on - /// the WebSocket connection. + /// Specifies the method for compression. /// /// - /// The compression methods that can be used are defined in + /// The methods are defined in /// /// Compression Extensions for WebSocket. /// public enum CompressionMethod : byte { /// - /// Specifies non compression. + /// Specifies no compression. /// None, ///