From 9728750114634c2e8880c8aeffda5e43f1392523 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 20 Dec 2015 16:02:47 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocketFrame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocketFrame.cs b/websocket-sharp/WebSocketFrame.cs index b2954030..219242c1 100644 --- a/websocket-sharp/WebSocketFrame.cs +++ b/websocket-sharp/WebSocketFrame.cs @@ -61,11 +61,11 @@ 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. + /// send a ping from a server. /// internal static readonly byte[] EmptyPingBytes;