Fixes #1120
This commit is contained in:
Hadley Wickham 2022-11-07 08:38:08 -06:00
parent 2dda48bc96
commit 23b9caa7ae
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ Then instead of iterating over the elements of `paths`, we'll iterate over their
seq_along(paths)
```
Using the indices is important because it allows us to link to each each position in the input with the corresponding position in the output:
Using the indices is important because it allows us to link to each position in the input with the corresponding position in the output:
```{r}
for (i in seq_along(paths)) {