[Modify] Polish it

This commit is contained in:
sta 2015-11-09 13:44:52 +09:00
parent f475eb547b
commit bfa5a6ac5d

View File

@ -31,7 +31,7 @@ using System;
namespace WebSocketSharp namespace WebSocketSharp
{ {
/// <summary> /// <summary>
/// Contains the values that indicate whether the payload data of a WebSocket frame is masked. /// Indicates whether the payload data of a WebSocket frame is masked.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The values of this enumeration are defined in /// The values of this enumeration are defined in