diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index 2271cc3e..72749fa5 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -35,9 +35,8 @@ namespace WebSocketSharp /// /// /// - /// That event occurs when the receives a text or - /// binary message, or a ping if the - /// property is set to true. + /// That event occurs when the receives a message or + /// a ping if the property is set to true. /// /// /// If you would like to get the message data, you should access