Browse Source

[Modify] Polish it

pull/150/merge
sta 10 years ago
parent
commit
f475eb547b
  1. 2
      websocket-sharp/Rsv.cs

2
websocket-sharp/Rsv.cs

@ -31,7 +31,7 @@ using System;
namespace WebSocketSharp
{
/// <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>
/// <remarks>
/// The values of this enumeration are defined in

Loading…
Cancel
Save