Update iteration.Rmd (#633)

Fixed typo.
This commit is contained in:
John D. Storey 2018-06-20 05:03:51 -04:00 committed by Hadley Wickham
parent f4683fce1e
commit 7e6b1e7148
1 changed files with 1 additions and 1 deletions

View File

@ -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: