Improve sentences (#1279)
It slightly improves sentences and fixes some typos.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user