[Modify] Polish it

This commit is contained in:
sta 2015-11-08 15:30:51 +09:00
parent 7a9379d186
commit f475eb547b

View File

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