[Modify] Edit it

This commit is contained in:
sta 2018-05-08 21:19:49 +09:00
parent 62759babc3
commit c83a9fc193

View File

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