From eaa3d9a2740a9e098ec7955f14aba6e245a8d65c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 25 Apr 2025 21:53:37 +0900 Subject: [PATCH] [Modify] Polish it --- Example/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Program.cs b/Example/Program.cs index 8c57d6fd..439a9918 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -109,7 +109,7 @@ namespace Example // Connect to the server asynchronously. //ws.ConnectAsync (); - Console.WriteLine ("\nType 'exit' to exit.\n"); + Console.WriteLine ("\nType \"exit\" to exit.\n"); while (true) { Thread.Sleep (1000);