From 0fd70b96d392fc7f83c15e2b634c499dea01cdd2 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 30 May 2025 16:31:44 +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 c1828026..f54f5496 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3417,7 +3417,7 @@ namespace WebSocketSharp /// This method does not wait for the connect process to be complete. /// /// - /// This method does nothing if the current state of the interface is + /// This method does nothing when the current state of the interface is /// Connecting or Open. /// ///