From 7e4f18f924e1989aa2c970e8cbd9aba8a2164fe6 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Wed, 28 Sep 2022 20:11:08 +0200 Subject: [PATCH] :pencil2: Fix typo --- Sources/App/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/Program.cs b/Sources/App/Program.cs index a077909..c609a4d 100644 --- a/Sources/App/Program.cs +++ b/Sources/App/Program.cs @@ -157,7 +157,7 @@ namespace App private static string ChooseGame(GameRunner gameRunner) { string name; - Console.WriteLine("which of these games?\n>"); + Console.WriteLine("which of these games?\n(choose by name)\n>"); foreach (Game game in gameRunner.GetAllGames()) { Console.WriteLine(game);