Vectors.rmd Grammar fix (#229)

This commit is contained in:
Rademeyer Vermaak 2016-08-04 13:56:11 +02:00 committed by Hadley Wickham
parent fa3a3f4297
commit 797ef2e377
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ There are four types of thing that you can subset a vector with:
x[c(3, 2, 5)]
```
By repeating a position, you can actually make an longer output than
By repeating a position, you can actually make a longer output than
input:
```{r}