diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index b37007ce..f27f233b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3524,13 +3524,13 @@ namespace WebSocketSharp
///
/// An array of that specifies the binary data to send.
///
+ ///
+ /// is .
+ ///
///
/// The Send method is not available when the current state of
/// the interface is not Open.
///
- ///
- /// is .
- ///
public void Send (byte[] data)
{
if (_readyState != WebSocketState.Open) {