From 4dbfc8bb1c92286aca504d0a2dcfecea048a13ef Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 11 Oct 2016 15:56:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 17783453..717a6dcb 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -393,8 +393,8 @@ namespace WebSocketSharp.Server /// the inactive sessions periodically. /// /// - /// true if the server cleans up the inactive sessions every 60 seconds; - /// otherwise, false. The default value is true. + /// true if the server cleans up the inactive sessions every 60 + /// seconds; otherwise, false. The default value is true. /// public bool KeepClean { get {