From dcea4096f5cdda27868e6bac43e31d47abbe44f2 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 8 Jun 2025 11:03:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fe2537b9..f800b62b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3864,15 +3864,15 @@ namespace WebSocketSharp /// if not necessary. /// /// - /// - /// The SendAsync method is not available when the current state of - /// the interface is not Open. + /// + /// could not be UTF-8-encoded. /// /// /// is . /// - /// - /// could not be UTF-8-encoded. + /// + /// The SendAsync method is not available when the current state of + /// the interface is not Open. /// public void SendAsync (string data, Action completed) {