From 3922d4c8efa39c7121ea4aceae6fae6ce2b8b111 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Nov 2016 17:26:10 +0900 Subject: [PATCH] [Modify] Edit 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 a8363493..ac699ed8 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2662,12 +2662,12 @@ namespace WebSocketSharp /// /// An array of that represents the binary data to send. /// - /// - /// is . - /// /// /// The current state of the connection is not Open. /// + /// + /// is . + /// public void Send (byte[] data) { if (_readyState != WebSocketState.Open) {