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) {