diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index 4212f069..20b95807 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -135,13 +135,13 @@ namespace WebSocketSharp.Server
#region Public Methods
///
- /// Reads the file with the specified from
+ /// Reads a file with the specified from
/// the document folder of the .
///
///
///
/// An array of or
- /// if not found.
+ /// if the file could not be read.
///
///
/// That array receives the contents of the file.
@@ -149,7 +149,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 .