Fix a tiny typo (#1121)

This commit is contained in:
Cedric Batailler 2022-11-07 15:23:01 +01:00 committed by GitHub
parent f97f5479e3
commit f084940a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}