From 2dca329d6a7e07415e37f9e1a7fd9de71b4e98db Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 10 Oct 2015 17:10:22 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/PayloadData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/PayloadData.cs b/websocket-sharp/PayloadData.cs index 511089db..6bbf6905 100644 --- a/websocket-sharp/PayloadData.cs +++ b/websocket-sharp/PayloadData.cs @@ -55,10 +55,10 @@ namespace WebSocketSharp /// /// /// A will occur if the payload data length is - /// greater than this. + /// greater than the value of this field. /// /// - /// If you would like to change this value, you must set this to a value between + /// If you would like to change the value, you must set it to a value between /// WebSocket.FragmentLength and Int64.MaxValue inclusive. /// ///