Skip to content

Commit

Permalink
Merge pull request #1430 from swcarpentry/typo-indicated
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
deppen8 authored Aug 9, 2023
2 parents a6e4654 + 962a7b1 commit 29db2b9
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 29db2b9

Please sign in to comment.