From 0d4dd70d4c98ab529c8a116eaa0c9de06d99cf11 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Jan 2017 16:46:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }