diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 6c50b5ba..065423f7 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -934,7 +934,7 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the data from the specified stream to a client using
+ /// Sends the data from the specified stream instance to a client using
/// the WebSocket connection.
///
///