From da943ed4f3c0c0b050a9b621453a51e4865ed66b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 23 Oct 2015 12:00:15 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocketFrame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocketFrame.cs b/websocket-sharp/WebSocketFrame.cs index fbd78a8b..66dbd05e 100644 --- a/websocket-sharp/WebSocketFrame.cs +++ b/websocket-sharp/WebSocketFrame.cs @@ -64,7 +64,7 @@ namespace WebSocketSharp /// Represents the Ping frame without the payload data as an array of . /// /// - /// 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. /// internal static readonly byte[] EmptyPingBytes;