From 5e725c1372a352b0d35a1efdb257a071d27c060b Mon Sep 17 00:00:00 2001 From: Tanmoy Santra <108757431+Tanmoy037@users.noreply.github.com> Date: Sat, 7 Jan 2023 23:24:16 +0530 Subject: [PATCH] Spelling mistake --- 2022/Days/day11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/Days/day11.md b/2022/Days/day11.md index 358569a..efadc9b 100644 --- a/2022/Days/day11.md +++ b/2022/Days/day11.md @@ -51,7 +51,7 @@ You will then see from the below that we built our code with the above example a ![](Images/Day11_Go1.png) -We also know that our challenge is 90 days at least for this challenge, but next, maybe it's 100 so we want to define a variable to help us here as well. However, for our program, we want to define this as a constant. Constants are like variables, except that their value cannot be changed within code (we can still create a new app later on down the line with this code and change this constant but this 90 will not change whilst we are running our application) +We also know that our challenge is 90 days at least for this challenge, but next, maybe it's 100 so we want to define a variable to help us here as well. However, for our program, we want to define this as a constant. Constants are like variables, except that their value cannot be changed within code (we can still create a new app later on down the line with this code and change this constant but this 90 will not change while we are running our application) Adding the `const` to our code and adding another line of code to print this.