[Modify] Edit it

This commit is contained in:
sta 2021-09-24 19:19:33 +09:00
parent 8becafea92
commit 92ffd3af81

View File

@ -927,7 +927,7 @@ namespace WebSocketSharp.Server
/// </returns> /// </returns>
/// <param name="path"> /// <param name="path">
/// <para> /// <para>
/// A <see cref="string"/> that represents an absolute path to /// A <see cref="string"/> that specifies an absolute path to
/// the service to remove. /// the service to remove.
/// </para> /// </para>
/// <para> /// <para>
@ -939,7 +939,7 @@ namespace WebSocketSharp.Server
/// </exception> /// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <para> /// <para>
/// <paramref name="path"/> is empty. /// <paramref name="path"/> is an empty string.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-