From 263b18d5d186fe9b3476e8285661c47bfa64438e Mon Sep 17 00:00:00 2001 From: Timo Paloneva Date: Tue, 1 Oct 2024 10:45:49 +0300 Subject: [PATCH] fix typo --- data/part-1/5-conditional-statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-1/5-conditional-statements.md b/data/part-1/5-conditional-statements.md index 0961940e8..bf3214626 100644 --- a/data/part-1/5-conditional-statements.md +++ b/data/part-1/5-conditional-statements.md @@ -14,7 +14,7 @@ After this section -Thus far, every program we have written has been executed line by line in order. Instead of executing every line of code every single time a program is run, it is often useful to create sections of the program which are are only executed in certain situations. +Thus far, every program we have written has been executed line by line in order. Instead of executing every line of code every single time a program is run, it is often useful to create sections of the program which are only executed in certain situations. For example, the following code checks whether the user is of age: