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;