From 04dd346581ae4d3d4a98f50dfcd3a263fee34f28 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 4 Oct 2016 15:33:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/MessageEventArgs.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index ec2ef7c5..adf7391a 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -35,8 +35,9 @@ namespace WebSocketSharp /// /// /// - /// That event occurs when the receives a 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