[Modify] Edit it

This commit is contained in:
sta 2021-11-06 21:12:40 +09:00
parent 8baeba75ce
commit a1f12207db

View File

@ -172,7 +172,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the session instance with <paramref name="id"/>. /// Gets the session instance with the specified ID.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
@ -185,7 +185,7 @@ namespace WebSocketSharp.Server
/// </para> /// </para>
/// </value> /// </value>
/// <param name="id"> /// <param name="id">
/// A <see cref="string"/> that represents the ID of the session to find. /// A <see cref="string"/> that specifies the ID of the session to find.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="id"/> is <see langword="null"/>. /// <paramref name="id"/> is <see langword="null"/>.