Mynor typo (#1338)

This commit is contained in:
David 2023-03-04 15:16:55 +01:00 committed by GitHub
parent 1338fcd169
commit 7b192c3447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ If you want more help, press F1 to get all the details in the help tab in the lo
When you've selected the function you want, press TAB again.
RStudio will add matching opening (`(`) and closing (`)`) parentheses for you.
Type the name of the first argument, `from`, and set it equal to `1`.
Then, type the name of the second argument, `to`, and set it equal to `2`.
Then, type the name of the second argument, `to`, and set it equal to `10`.
Finally, hit return.
```{r}