diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index eca91ced..864ead07 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3654,13 +3654,6 @@ namespace WebSocketSharp
///
/// An that specifies the number of bytes to send.
///
- ///
- /// The Send method is not available when the current state of
- /// the interface is not Open.
- ///
- ///
- /// is .
- ///
///
///
/// cannot be read.
@@ -3678,6 +3671,13 @@ namespace WebSocketSharp
/// No data could be read from .
///
///
+ ///
+ /// is .
+ ///
+ ///
+ /// The Send method is not available when the current state of
+ /// the interface is not Open.
+ ///
public void Send (Stream stream, int length)
{
if (_readyState != WebSocketState.Open) {