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