From 4bc45632b937e721c802012ba65d3e1fac46be2e Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 6 Sep 2019 21:46:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocketFrame.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocketFrame.cs b/websocket-sharp/WebSocketFrame.cs index d5664604..b439ca46 100644 --- a/websocket-sharp/WebSocketFrame.cs +++ b/websocket-sharp/WebSocketFrame.cs @@ -61,11 +61,12 @@ namespace WebSocketSharp #region Internal Fields /// - /// Represents the ping frame without the payload data as an array of . + /// Represents the ping frame without the payload data as an array of + /// . /// /// - /// 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. + /// The value of this field is created from a non masked ping frame, + /// so it can only be used to send a ping from the server. /// internal static readonly byte[] EmptyPingBytes;