From 4131e2c3e64495387a1952b4b2e37c04d25ce62d Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Nov 2016 16:14:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/CompressionMethod.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/CompressionMethod.cs b/websocket-sharp/CompressionMethod.cs index 6e5aaaa5..326e06db 100644 --- a/websocket-sharp/CompressionMethod.cs +++ b/websocket-sharp/CompressionMethod.cs @@ -31,11 +31,12 @@ using System; namespace WebSocketSharp { /// - /// Specifies the compression method used to compress a message on the WebSocket connection. + /// Specifies the compression method used to compress a message on + /// the WebSocket connection. /// /// - /// The compression methods are defined in - /// + /// The compression methods that can be used are defined in + /// /// Compression Extensions for WebSocket. /// public enum CompressionMethod : byte