diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 8a81046c..f11f719d 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -99,10 +99,11 @@ namespace WebSocketSharp.Server public abstract WebSocketSessionManager Sessions { get; } /// - /// Gets the of the behavior of the WebSocket service. + /// Gets the of the behavior of the service. /// /// - /// A that represents the type of the behavior of the service. + /// A that represents the type of the behavior of + /// the service. /// public abstract Type Type { get; }