[Modify] Polish it

This commit is contained in:
sta 2015-10-25 15:23:38 +09:00
parent f2ccf9082c
commit 65b6b27edc

View File

@ -31,7 +31,7 @@ using System;
namespace WebSocketSharp namespace WebSocketSharp
{ {
/// <summary> /// <summary>
/// Contains the values used in the RSVs (RSV1, RSV2, and RSV3) of a WebSocket frame. /// Contains the values used in each RSV (RSV1, RSV2, and RSV3) of a WebSocket frame.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The values of this enumeration are defined in /// The values of this enumeration are defined in