From 8ea62153a8a3cfcb661744d9dec231b3f8ff2d49 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 24 Oct 2017 15:48:28 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b912525a..65b723fd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -702,7 +702,7 @@ namespace WebSocketSharp /// A to wait for the response. /// /// - /// The default value is the same as 5 seconds if the instance is + /// The default value is the same as 5 seconds if this instance is /// a client. /// ///