diff --git a/iteration.Rmd b/iteration.Rmd index 4c25b00..a8e2a3f 100644 --- a/iteration.Rmd +++ b/iteration.Rmd @@ -158,7 +158,7 @@ That's all there is to the for loop! Now is a good time to practice creating som ## For loop variations -Once you have the basic for loop under your belt, there are some variations that you should be aware of. These variations are important regardless of how you do iteration, so don't forget about them once you've master the FP techniques you'll learn about in the next section. +Once you have the basic for loop under your belt, there are some variations that you should be aware of. These variations are important regardless of how you do iteration, so don't forget about them once you've mastered the FP techniques you'll learn about in the next section. There are four variations on the basic theme of the for loop: