diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index a91857ae..25d18c1d 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -411,11 +411,11 @@ namespace WebSocketSharp.Server
}
///
- /// Called when the WebSocket connection used in a session has been closed.
+ /// Called when the WebSocket connection for a session has been closed.
///
///
- /// A that represents the event data passed to
- /// a event.
+ /// A that represents the event data passed
+ /// from a event.
///
protected virtual void OnClose (CloseEventArgs e)
{