From 5929b057bf56c4f0b6a74d11822b8f9f35fd16c9 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 24 Feb 2017 16:51:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 5dadf231..bedc3c0d 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -144,10 +144,10 @@ namespace WebSocketSharp.Server } /// - /// Gets the of the behavior of the service. + /// Gets the of the behavior of the service. /// /// - /// A that represents the type of the behavior of + /// A that represents the type of the behavior of /// the service. /// public abstract Type BehaviorType { get; }