[Modify] Polish it

This commit is contained in:
sta 2015-10-31 15:22:38 +09:00
parent 4706c80282
commit 5db923d6bd

View File

@ -285,12 +285,11 @@ namespace WebSocketSharp
#region Public Properties
/// <summary>
/// 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.
/// </summary>
/// <value>
/// One of the <see cref="CompressionMethod"/> enum values, indicates the compression method
/// used to compress the message. The default value is <see cref="CompressionMethod.None"/>.
/// One of the <see cref="CompressionMethod"/> enum values, specifies the compression method
/// used to compress a message. The default value is <see cref="CompressionMethod.None"/>.
/// </value>
public CompressionMethod Compression {
get {