From 5cb47c6dca68678ffec28214a09ad6ca61be673a Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Jun 2017 16:13:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index eb5c1b04..c3a064e1 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -427,18 +427,17 @@ namespace WebSocketSharp.Server /// /// /// - /// SECRET AREA will be used as the name if the value is + /// "SECRET AREA" will be used as the name if the value is /// or an empty string. /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. + /// The set operation does nothing if the server has + /// already started or it is shutting down. /// /// /// /// - /// A or - /// by default. + /// A or by default. /// /// /// That string represents the name of the realm.