From 962a7b196590c7e62f62e21abdf34596d2be9b67 Mon Sep 17 00:00:00 2001 From: maneesha sane <829690+maneesha@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:10:31 -0400 Subject: [PATCH] typo --- episodes/05-loop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-loop.md b/episodes/05-loop.md index bb4bf23ef..c1a1aed81 100644 --- a/episodes/05-loop.md +++ b/episodes/05-loop.md @@ -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