From 6f7e1c51e9a3b94235a9dae217e19c7825e3ac5d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 9 Feb 2025 22:02:42 +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 9b6323a9..6f155d22 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2981,7 +2981,7 @@ namespace WebSocketSharp } /// - /// Closes the connection asynchronously with the specified code. + /// Closes the connection asynchronously with the specified status code. /// /// ///