Typo correction (#473)

Change "want" for "warning" in line 67.
This commit is contained in:
Jose Roberto Ayala Solares 2016-10-16 19:56:27 +01:00 committed by Hadley Wickham
parent f086a92f18
commit 8ee35330f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ y2 <- factor(x2, levels = month_levels)
y2
```
If you want a want, you can use `readr::parse_factor()`:
If you want a warning, you can use `readr::parse_factor()`:
```{r}
y2 <- parse_factor(x2, levels = month_levels)