From 6b0c1f6cb64b0adc742c6230f49199247dd490c3 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 26 Sep 2016 16:13:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/MessageEventArgs.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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