From 55a65e313fa364fa141537d2df0a8bbd7f65b87b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 24 Sep 2016 18:54:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/MessageEventArgs.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index 0639baf3..b30b4d91 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -35,13 +35,13 @@ namespace WebSocketSharp /// /// /// - /// A 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 text or + /// binary message, or a ping if the + /// property is set to true. /// /// - /// If you would like to get the message data, you should access the or - /// property. + /// If you would like to get the message data, you should access + /// the or property. /// /// public class MessageEventArgs : EventArgs @@ -81,7 +81,7 @@ namespace WebSocketSharp /// /// /// A that represents the message data, - /// or if the message data cannot be decoded to a string. + /// or if it cannot be decoded to a string. /// public string Data { get {