From 4654252a22622f47feb2f6e9b0bb6dd32c8e206e Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 28 Sep 2015 15:38:31 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f901a670..6b3e9305 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -127,8 +127,8 @@ namespace WebSocketSharp /// The data will be fragmented if that length is greater than this. /// /// - /// If you would like to change this value, you must set this to a value between 1 and - /// Int32.MaxValue - 14 inclusive. + /// If you would like to change this value, you must set this to a value between 125 + /// and Int32.MaxValue - 14 inclusive. /// /// internal static readonly int FragmentLength = 1016;