From 6009876182fb1c3fc96573829ac8a3d80ae45671 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 23 Sep 2016 16:04:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/ErrorEventArgs.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/ErrorEventArgs.cs b/websocket-sharp/ErrorEventArgs.cs index a4c0b85e..f64d6926 100644 --- a/websocket-sharp/ErrorEventArgs.cs +++ b/websocket-sharp/ErrorEventArgs.cs @@ -42,15 +42,14 @@ namespace WebSocketSharp /// /// /// - /// A event occurs when the gets - /// an error. + /// That event occurs when the gets an error. /// /// /// If you would like to get the error message, you should access /// the property. /// /// - /// And if the error is due to an exception, you can get the exception by accessing + /// And if the error is due to an exception, you can get it by accessing /// the property. /// /// @@ -84,8 +83,8 @@ namespace WebSocketSharp /// Gets the exception that caused the error. /// /// - /// An instance that represents the cause of the error, - /// or if the error isn't due to an exception. + /// An instance that represents the cause of + /// the error, or if it is not due to an exception. /// public Exception Exception { get {