diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 5b42e2c5..2fa95a12 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -433,11 +433,11 @@ namespace WebSocketSharp.Server } /// - /// Called when the used in a session receives a message. + /// Called when the WebSocket instance used in a session receives a message. /// /// - /// A that represents the event data passed to - /// a event. + /// A that represents the event data passed + /// from a event. /// protected virtual void OnMessage (MessageEventArgs e) {