"vs" should be "vs."

This commit is contained in:
jjchern 2016-05-23 18:35:41 -05:00
parent a43a2e82dc
commit 0eb06e7b74
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ I mention while loops briefly, because I hardly ever use them. They're most ofte
}
```
## For loops vs functionals
## For loops vs. functionals
For loops are not as important in R as they are in other languages because R is a functional programming language. This means that it's possible to wrap up for loops in a function, and call that function instead of using the for loop directly.