diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs
index 1e87a3da..8a81046c 100644
--- a/websocket-sharp/Server/WebSocketServiceHost.cs
+++ b/websocket-sharp/Server/WebSocketServiceHost.cs
@@ -90,10 +90,11 @@ namespace WebSocketSharp.Server
public abstract string Path { get; }
///
- /// Gets the access to the sessions in the WebSocket service.
+ /// Gets the access to the sessions in the service.
///
///
- /// A that manages the sessions in the service.
+ /// A that manages the sessions in
+ /// the service.
///
public abstract WebSocketSessionManager Sessions { get; }