diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 77d3f25c..221b2960 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1025,10 +1025,17 @@ namespace WebSocketSharp.Server
/// the service to add.
///
///
- /// A Func<TBehavior> delegate that invokes
- /// the method used to create a new session instance for
- /// the service. The method must create a new instance of
- /// the specified behavior class and return it.
+ ///
+ /// A Func<TBehavior> delegate.
+ ///
+ ///
+ /// It invokes the method called for creating
+ /// a new session instance for the service.
+ ///
+ ///
+ /// The method must create a new instance of
+ /// the specified behavior class and return it.
+ ///
///
///
/// The type of the behavior for the service. It must inherit