From 016f4ba1cbc75b22ba08a97bf9c66052ea34e2ec Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 27 Sep 2016 15:53:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/ErrorEventArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/ErrorEventArgs.cs b/websocket-sharp/ErrorEventArgs.cs index c8b6bd89..41502ab0 100644 --- a/websocket-sharp/ErrorEventArgs.cs +++ b/websocket-sharp/ErrorEventArgs.cs @@ -84,7 +84,7 @@ namespace WebSocketSharp /// /// /// An instance that represents the cause of - /// the error, or if it is not due to an exception. + /// the error if it is due to an exception; otherwise, . /// public Exception Exception { get {