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".