From 4894d068148b2b65dd32efcf3caf0af0a797198c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 15 Nov 2016 16:28:33 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocketException.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocketException.cs b/websocket-sharp/WebSocketException.cs index 3ca59776..28d3f31f 100644 --- a/websocket-sharp/WebSocketException.cs +++ b/websocket-sharp/WebSocketException.cs @@ -31,7 +31,8 @@ using System; namespace WebSocketSharp { /// - /// The exception that is thrown when a gets a fatal error. + /// The exception that is thrown when a fatal error occurs in + /// the WebSocket communication. /// public class WebSocketException : Exception {