Fix a tiny typo (#1121)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user