diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 1035443d..b259d0f8 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -911,7 +911,7 @@ namespace WebSocketSharp.Server
/// Sends the specified data to a client using the WebSocket connection.
///
///
- /// A that represents the text data to send.
+ /// A that specifies the text data to send.
///
///
/// The current state of the connection is not Open.