From 56fe39061d5388990ff14ac7e885ec4e01f619d7 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 8 Apr 2025 16:31:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index ef91e9e6..a56e84e7 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -787,7 +787,7 @@ namespace WebSocketSharp.Server /// status code and reason. /// /// - /// This method does nothing if the current state of the WebSocket + /// This method does nothing when the current state of the WebSocket /// interface is Closing or Closed. /// /// @@ -834,7 +834,7 @@ namespace WebSocketSharp.Server /// The size of is greater than 123 bytes. /// /// - /// The session has not started yet. + /// The Close method is not available when the session has not started yet. /// protected void Close (CloseStatusCode code, string reason) {