Typo on 4.6.7 Exercises #2 (#239)

Typo on 4.6.7 Exercises #2 
appraoch to approach
This commit is contained in:
Matthew Sedaghatfar 2016-08-12 13:43:43 -04:00 committed by Hadley Wickham
parent 419e7eaa99
commit 814ac613da
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ daily %>%
Which is more important: arrival delay or departure delay?
1. Come up with another appraoch that will give you the same output as
1. Come up with another approach that will give you the same output as
`not_cancelled %>% count(dest)` and
`not_cancelled %>% count(tailnum, wt = distance)` (without using
`count()`).