Improve sentences (#1279)

It slightly improves sentences and fixes some typos.
This commit is contained in:
Zeki Akyol
2023-02-13 22:29:46 +03:00
committed by GitHub
parent b0a395b477
commit 61a4ce719d
6 changed files with 8 additions and 8 deletions

View File

@@ -473,7 +473,7 @@ ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) +
geom_point()
```
In the future, you'll also learn about the pipe which will allow you to create that plot with:
In the future, you'll also learn about the pipe, `|>`, which will allow you to create that plot with:
```{r}
#| eval: false