diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index d450b227..dd89ed04 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2772,6 +2772,12 @@ namespace WebSocketSharp
/// the send is complete. A passed to this delegate will be
/// true if the send has done with no error.
///
+ ///
+ /// The current state of the connection is not Open.
+ ///
+ ///
+ /// is .
+ ///
public void SendAsync (byte[] data, Action completed)
{
if (_readyState != WebSocketState.Open) {