From 1d864f0c41563f1c86368da7e594cf89b4830cbb Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 Aug 2016 17:46:04 +0900 Subject: [PATCH] [Modify] Edit it --- Example/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Program.cs b/Example/Program.cs index 78c8fef0..aa840c41 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -15,7 +15,7 @@ namespace Example // use the using statement. And the WebSocket connection will be closed with // close status 1001 (going away) when the control leaves the using block. // - // If you would like to connect to a server with the secure connection, + // If you would like to connect to the server with the secure connection, // you should create a new instance with a wss scheme WebSocket URL. using (var nf = new Notifier ())