From a4235be0635e222abcf180708a9893fcda9ef910 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 11 Jun 2017 14:40:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index be6a14aa..15a6972a 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -513,7 +513,7 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the document root path of the server. + /// Gets or sets the path to the document folder of the server. /// /// /// The set operation does nothing if the server has already @@ -521,8 +521,8 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents a path to - /// the folder from which to find the requested file. + /// A that represents a path to the folder + /// from which to find the requested file. /// /// /// The default value is "./Public".