From 3a6b0de5b33408bf81817dcfac0cd57e132ab238 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Aug 2017 15:29:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index df409438..179db29f 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3068,12 +3068,13 @@ namespace WebSocketSharp /// a pong has been received within a time; otherwise, false. /// /// - /// A that represents the message to send. - /// The size must be 125 bytes or less in UTF-8. + /// + /// A that represents the message to send. + /// + /// + /// The size must be 125 bytes or less in UTF-8. + /// /// - /// - /// is . - /// /// /// could not be UTF-8-encoded. ///