[Modify] Edit it

This commit is contained in:
sta 2018-05-09 19:13:25 +09:00
parent c83a9fc193
commit 1889a8a060

View File

@ -422,11 +422,11 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Called when the <see cref="WebSocket"/> used in a session gets an error.
/// Called when the WebSocket instance used in a session gets an error.
/// </summary>
/// <param name="e">
/// A <see cref="ErrorEventArgs"/> that represents the event data passed to
/// a <see cref="WebSocket.OnError"/> event.
/// A <see cref="ErrorEventArgs"/> that represents the event data passed
/// from a <see cref="WebSocket.OnError"/> event.
/// </param>
protected virtual void OnError (ErrorEventArgs e)
{