Skip to content

Commit

Permalink
Merge pull request #3 from katrinleinweber/master
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
richfitz committed Jan 8, 2015
2 parents c4ac1cc + 9795d73 commit 3029a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/repeating-things/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ to a series of objects (eg. vectors, matrices, dataframes or files). They includ
Each repeats a function or operation on a series of elements, but they
differ in the data types they accept and return. What they all in
common is that **order of iteration is not important**. This is
crucial. If each each iteration is independent, then you can cycle
crucial. If each iteration is independent, then you can cycle
through them in whatever order you like. Generally, we argue that you
should only use the generic looping functions `for`, `while`, and
`repeat` when the order or operations **is** important. Otherwise
Expand Down
2 changes: 1 addition & 1 deletion guides/repeating-things/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h1 id="the-apply-family">The apply family</h1>
<p>Each repeats a function or operation on a series of elements, but they
differ in the data types they accept and return. What they all in
common is that <strong>order of iteration is not important</strong>. This is
crucial. If each each iteration is independent, then you can cycle
crucial. If each iteration is independent, then you can cycle
through them in whatever order you like. Generally, we argue that you
should only use the generic looping functions <code>for</code>, <code>while</code>, and
<code>repeat</code> when the order or operations <strong>is</strong> important. Otherwise
Expand Down

0 comments on commit 3029a7c

Please sign in to comment.