[Modify] Edit it

This commit is contained in:
sta 2017-06-11 14:40:07 +09:00
parent d0d845716c
commit a4235be063

View File

@ -513,7 +513,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the document root path of the server. /// Gets or sets the path to the document folder of the server.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The set operation does nothing if the server has already /// The set operation does nothing if the server has already
@ -521,8 +521,8 @@ namespace WebSocketSharp.Server
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="string"/> that represents a path to /// A <see cref="string"/> that represents a path to the folder
/// the folder from which to find the requested file. /// from which to find the requested file.
/// </para> /// </para>
/// <para> /// <para>
/// The default value is "./Public". /// The default value is "./Public".