Skip to content

Commit c83a9fc

Browse files
committed
[Modify] Edit it
1 parent 62759ba commit c83a9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket-sharp/Server/WebSocketBehavior.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,11 @@ protected virtual void OnError (ErrorEventArgs e)
433433
}
434434

435435
/// <summary>
436-
/// Called when the <see cref="WebSocket"/> used in a session receives a message.
436+
/// Called when the WebSocket instance used in a session receives a message.
437437
/// </summary>
438438
/// <param name="e">
439-
/// A <see cref="MessageEventArgs"/> that represents the event data passed to
440-
/// a <see cref="WebSocket.OnMessage"/> event.
439+
/// A <see cref="MessageEventArgs"/> that represents the event data passed
440+
/// from a <see cref="WebSocket.OnMessage"/> event.
441441
/// </param>
442442
protected virtual void OnMessage (MessageEventArgs e)
443443
{

0 commit comments

Comments
 (0)