From da2c1aafb904bc57855c0f0942443eee8fcbe4d4 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 27 Apr 2025 16:32:20 +0900 Subject: [PATCH] [Modify] Edit it --- Example2/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example2/Program.cs b/Example2/Program.cs index 68f23dbb..5e960de3 100644 --- a/Example2/Program.cs +++ b/Example2/Program.cs @@ -14,7 +14,7 @@ namespace Example2 // Create a new instance of the WebSocketServer class. // // If you would like to provide the secure connection, you should - // create a new instance with the 'secure' parameter set to true or + // create a new instance with the "secure" parameter set to true or // with a wss scheme WebSocket URL. var wssv = new WebSocketServer (4649);