Fix a tiny typo (#1121)
This commit is contained in:
parent
f97f5479e3
commit
f084940a37
|
@ -41,7 +41,7 @@ We'll then help you cement that knowledge by showing how various dplyr verbs are
|
|||
|
||||
There are five main types of things that you can subset a vector with, i.e. that can be the `i` in `x[i]`:
|
||||
|
||||
1. **An vector of positive integers**.
|
||||
1. **A vector of positive integers**.
|
||||
Subsetting with positive integers keeps the elements at those positions:
|
||||
|
||||
```{r}
|
||||
|
|
Loading…
Reference in New Issue