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:");