From 01de7fc9ead8bce5625a906f655287f550b6fc88 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 2 Jun 2025 21:08:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 173b6ab2..a63374e0 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3609,7 +3609,8 @@ namespace WebSocketSharp /// A that specifies the text data to send. /// /// - /// The current state of the interface is not Open. + /// The Send method is not available when the current state of + /// the interface is not Open. /// /// /// is .