From 3e4582636022d0951357d4976cf00b04f78314da Mon Sep 17 00:00:00 2001 From: yihangwu539-png Date: Sun, 26 Apr 2026 23:22:23 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20elodoria=20=E2=86=92=20eldoria=20?= =?UTF-8?q?in=20help=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solutions/CSharp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/CSharp/Program.cs b/Solutions/CSharp/Program.cs index 646ecee..d8312f5 100644 --- a/Solutions/CSharp/Program.cs +++ b/Solutions/CSharp/Program.cs @@ -6,7 +6,7 @@ public static void Main(string[] args) var adventure = args?.FirstOrDefault()?.ToLower(); if (string.IsNullOrWhiteSpace(adventure)) { - Console.WriteLine("Please specify which logic to run: Sample names include: algora, chamberofechoes, elodoria, lumoria, mythos, mythos-test, stonevale, tempora."); + Console.WriteLine("Please specify which logic to run: Sample names include: algora, chamberofechoes, eldoria, lumoria, mythos, mythos-test, stonevale, tempora."); adventure = Console.ReadLine(); }