Fix a few

This commit is contained in:
sta
2014-03-06 17:42:12 +09:00
parent 0a9010df86
commit 12efc99805
5 changed files with 10 additions and 10 deletions

View File

@@ -31,11 +31,11 @@ using System;
namespace WebSocketSharp
{
/// <summary>
/// Contains the values of the compression methods used to compress the message on the WebSocket
/// Contains the values of the compression method used to compress the message on the WebSocket
/// connection.
/// </summary>
/// <remarks>
/// The compression methods are defined in
/// The values of the compression method are defined in
/// <see href="http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-09">Compression
/// Extensions for WebSocket</see>.
/// </remarks>