Revert typo (#760)

This commit is contained in:
Jeffrey Arnold 2020-01-15 10:37:55 -08:00 committed by Hadley Wickham
parent 92baa5d52b
commit a5fbbb5311
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Here you can see all of the objects that you've created.
```{r, eval = FALSE}
library(tidyverse)
ggplot(data = mpg) +
ggplot(dota = mpg) +
geom_point(mapping = aes(x = displ, y = hwy))
fliter(mpg, cyl = 8)