diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 9bf679e5..3b617f78 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -1337,13 +1337,13 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the file with the specified from
- /// the document folder of the server.
+ /// Gets the contents of the specified file from the document
+ /// folder of the server.
///
///
///
/// An array of or
- /// if not found.
+ /// if it fails.
///
///
/// That array represents the contents of the file.
@@ -1351,7 +1351,7 @@ namespace WebSocketSharp.Server
///
///
/// A that represents a virtual path to
- /// the file to find from the document folder.
+ /// find the file from the document folder.
///
///
/// is .
@@ -1364,7 +1364,7 @@ namespace WebSocketSharp.Server
/// -or-
///
///
- /// is an invalid path.
+ /// contains "..".
///
///
[Obsolete ("This method will be removed.")]