diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 221b2960..f83b3f2f 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1165,9 +1165,14 @@ namespace WebSocketSharp.Server
/// the service to add.
///
///
- /// An Action<TBehaviorWithNew> delegate that invokes
- /// the method used to initialize a new session instance for
- /// the service or if not needed.
+ ///
+ /// An Action<TBehaviorWithNew> delegate or
+ /// if not needed.
+ ///
+ ///
+ /// That delegate invokes the method called for initializing
+ /// a new session instance for the service.
+ ///
///
///
/// The type of the behavior for the service. It must inherit