From 31a6975a2bf22f02b0276c2d2ba0c1a5350daf0d Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 22 Jun 2017 15:17:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpRequestEventArgs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .