Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudkat committed Oct 1, 2024
1 parent 8134140 commit 263b18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-1/5-conditional-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After this section

</text-box>

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:

Expand Down

0 comments on commit 263b18d

Please sign in to comment.