[Modify] Edit it

This commit is contained in:
sta 2021-11-16 19:57:12 +09:00
parent 4717fa3acb
commit bf482bf84f

View File

@ -870,10 +870,10 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Closes the specified session.
/// Closes the session with the specified ID.
/// </summary>
/// <param name="id">
/// A <see cref="string"/> that represents the ID of the session to close.
/// A <see cref="string"/> that specifies the ID of the session to close.
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="id"/> is <see langword="null"/>.