From e29a0e7c539ad75df784d47232029d9ab9b5d1fe Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 9 Sep 2021 19:07:17 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index eff22fb6..dda64779 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -233,7 +233,7 @@ namespace WebSocketSharp.Server /// /// Initializes a new instance of the class - /// with the specified and . + /// with the specified IP address and port. /// /// ///