From a22bdb9efbdf2a6fbd89daf58a729f7e2d84d790 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 12 Oct 2015 15:16:44 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6c1b2408..aa2038e6 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -124,11 +124,11 @@ namespace WebSocketSharp /// /// /// - /// The data will be fragmented if that length is greater than this. + /// The data will be fragmented if that length is greater than the value of this field. /// /// - /// If you would like to change this value, you must set this to a value between 125 - /// and Int32.MaxValue - 14 inclusive. + /// If you would like to change the value, you must set it to a value between 125 and + /// Int32.MaxValue - 14 inclusive. /// /// internal static readonly int FragmentLength;