From 0613781093f8822ac25ab513e59b347a12177fd2 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Jan 2017 16:33:41 +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 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; }