[Modify] Edit it

This commit is contained in:
sta 2016-10-04 15:33:19 +09:00
parent 5de94d4070
commit 04dd346581

View File

@ -35,8 +35,9 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// That event occurs when the <see cref="WebSocket"/> receives a message or /// That event occurs when the <see cref="WebSocket"/> receives
/// a ping if the <see cref="WebSocket.EmitOnPing"/> property is set to <c>true</c>. /// a message or a ping if the <see cref="WebSocket.EmitOnPing"/>
/// property is set to <c>true</c>.
/// </para> /// </para>
/// <para> /// <para>
/// If you would like to get the message data, you should access /// If you would like to get the message data, you should access