From bfa5a6ac5dc56f42cc8605a5d8a25f8a52e25eaa Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 9 Nov 2015 13:44:52 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Mask.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Mask.cs b/websocket-sharp/Mask.cs index 2123e6f8..fcafac80 100644 --- a/websocket-sharp/Mask.cs +++ b/websocket-sharp/Mask.cs @@ -31,7 +31,7 @@ using System; namespace WebSocketSharp { /// - /// 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. /// /// /// The values of this enumeration are defined in