From aa999e408be5920612b1d96621d7ff6114b18edf Mon Sep 17 00:00:00 2001 From: Michael Cowell <115200557+SawdustSpike@users.noreply.github.com> Date: Fri, 12 May 2023 17:35:54 -0400 Subject: [PATCH] Capitalized Christmas Capitalized the word Christmas in program file (line 22) --- ChristmasWithTypes/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChristmasWithTypes/Program.cs b/ChristmasWithTypes/Program.cs index 29661e3..95b8128 100644 --- a/ChristmasWithTypes/Program.cs +++ b/ChristmasWithTypes/Program.cs @@ -19,7 +19,7 @@ static void Main(string[] args) //TODO Set the TreeHeight to 10 xmas.TreeHeight = null; - Console.WriteLine($"This year christmas falls on {xmasDay} \n"); + Console.WriteLine($"This year Christmas falls on {xmasDay} \n"); Console.WriteLine($"Our tree will be {xmas.TreeHeight} feet high \n"); Console.WriteLine("Here are the presents we would like:");