diff --git a/websocket-sharp/Server/WebSocketService.cs b/websocket-sharp/Server/WebSocketService.cs
index cb55a35b..4462b161 100644
--- a/websocket-sharp/Server/WebSocketService.cs
+++ b/websocket-sharp/Server/WebSocketService.cs
@@ -118,12 +118,12 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the delegate called to validate the HTTP cookies included in the WebSocket
- /// connection request.
+ /// Gets or sets the delegate called to validate the HTTP cookies included in a connection
+ /// request to the WebSocket service.
///
///
/// The delegate is called when the used in the current session
- /// validates the WebSocket connection request.
+ /// validates the connection request.
///
///
///
@@ -160,12 +160,12 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the delegate called to validate the Origin header included in the WebSocket
- /// connection request.
+ /// Gets or sets the delegate called to validate the Origin header included in a connection
+ /// request to the WebSocket service.
///
///
/// The delegate is called when the used in the current session
- /// validates the WebSocket connection request.
+ /// validates the connection request.
///
///
///