Fix typos (#437)

* Fix typos

* Fix typos

* Fix typos
This commit is contained in:
behrman
2016-10-03 06:23:43 -07:00
committed by Hadley Wickham
parent 90d7766cef
commit 74cb7d57f6
3 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ smaller <- diamonds %>%
We have data about `r nrow(diamonds)` diamonds. Only
`r nrow(diamonds) - nrow(smaller)` are larger than
2.5 carats. The distribution of the reminder is shown
2.5 carats. The distribution of the remainder is shown
below:
```{r, echo = FALSE}