[Modify] Edit it

This commit is contained in:
sta 2018-05-10 19:41:04 +09:00
parent 1889a8a060
commit 2bcba770aa

View File

@ -411,11 +411,11 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Called when the WebSocket connection used in a session has been closed.
/// Called when the WebSocket connection for a session has been closed.
/// </summary>
/// <param name="e">
/// A <see cref="CloseEventArgs"/> that represents the event data passed to
/// a <see cref="WebSocket.OnClose"/> event.
/// A <see cref="CloseEventArgs"/> that represents the event data passed
/// from a <see cref="WebSocket.OnClose"/> event.
/// </param>
protected virtual void OnClose (CloseEventArgs e)
{