[Modify] Edit it

This commit is contained in:
sta 2017-06-22 15:17:57 +09:00
parent a79a90f22c
commit 31a6975a2b

View File

@ -135,13 +135,13 @@ namespace WebSocketSharp.Server
#region Public Methods #region Public Methods
/// <summary> /// <summary>
/// Reads the file with the specified <paramref name="path"/> from /// Reads a file with the specified <paramref name="path"/> from
/// the document folder of the <see cref="HttpServer"/>. /// the document folder of the <see cref="HttpServer"/>.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <para> /// <para>
/// An array of <see cref="byte"/> or <see langword="null"/> /// An array of <see cref="byte"/> or <see langword="null"/>
/// if not found. /// if the file could not be read.
/// </para> /// </para>
/// <para> /// <para>
/// That array receives the contents of the file. /// That array receives the contents of the file.
@ -149,7 +149,7 @@ namespace WebSocketSharp.Server
/// </returns> /// </returns>
/// <param name="path"> /// <param name="path">
/// A <see cref="string"/> that represents a virtual path to /// A <see cref="string"/> that represents a virtual path to
/// the file to find from the document folder. /// find the file from the document folder.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="path"/> is <see langword="null"/>. /// <paramref name="path"/> is <see langword="null"/>.