[Modify] Edit it

This commit is contained in:
sta 2018-11-24 21:50:30 +09:00
parent c8f1ca2109
commit 0bbd878515

View File

@ -106,8 +106,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the host instance for a WebSocket service with /// Gets the host instance for a WebSocket service with the specified path.
/// the specified <paramref name="path"/>.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
@ -115,7 +114,7 @@ namespace WebSocketSharp.Server
/// <see langword="null"/> if not found. /// <see langword="null"/> if not found.
/// </para> /// </para>
/// <para> /// <para>
/// That host instance provides the function to access /// The host instance provides the function to access
/// the information in the service. /// the information in the service.
/// </para> /// </para>
/// </value> /// </value>