Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Aug 9, 2023
1 parent a6e4654 commit 962a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We'll use a loop to solve this problem, but first let's look at the general form
using the pseudo-code below:

```bash
# The word "for" indicated the start of a "For-loop" command
# The word "for" indicates the start of a "For-loop" command
for thing in list_of_things
#The word "do" indicates the start of job execution list
do
Expand Down

0 comments on commit 962a7b1

Please sign in to comment.