From fb62b1e60fcdac840a5d27c755e7b6c3f0ebbf84 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Jan 2017 16:20:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index f4d9b3df..de15aacd 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -39,11 +39,12 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Server { /// - /// Exposes the methods and properties used to access the information in a WebSocket service - /// provided by the or . + /// Exposes the methods and properties used to access the information in + /// a WebSocket service provided by the or + /// . /// /// - /// The WebSocketServiceHost class is an abstract class. + /// This class is an abstract class. /// public abstract class WebSocketServiceHost {