From 65b6b27edca072a6aff01581e3dc4dee5e526a04 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 25 Oct 2015 15:23:38 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Rsv.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Rsv.cs b/websocket-sharp/Rsv.cs index 577435a2..1e85e32b 100644 --- a/websocket-sharp/Rsv.cs +++ b/websocket-sharp/Rsv.cs @@ -31,7 +31,7 @@ using System; namespace WebSocketSharp { /// - /// 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. /// /// /// The values of this enumeration are defined in