fixing typo

This commit is contained in:
Joanne Jang 2016-01-07 11:46:28 -08:00
parent 5d33dd0b50
commit ddcdae41a1
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ This function works similarly to the `select` argument in `base::subset()`. Beca
--------------------------------------------------------------------------------
### Exericses
### Exercises
1. Brainstorm as many ways as possible to select `dep_time`, `dep_delay`,
`arr_time`, and `arr_delay` from `flights`.