[Modify] Polish it

This commit is contained in:
sta 2015-10-23 12:00:15 +09:00
parent c262195f57
commit da943ed4f3

View File

@ -64,7 +64,7 @@ namespace WebSocketSharp
/// Represents the Ping frame without the payload data as an array of <see cref="byte"/>. /// Represents the Ping frame without the payload data as an array of <see cref="byte"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The value of this field is created from an unmasked Ping frame, so it can only be used to /// The value of this field is created from a non masked frame, so it can only be used to
/// send a Ping from a server. /// send a Ping from a server.
/// </remarks> /// </remarks>
internal static readonly byte[] EmptyPingBytes; internal static readonly byte[] EmptyPingBytes;