Spelling correction (#160)

This commit is contained in:
David Clark
2016-07-22 14:50:07 +02:00
committed by Hadley Wickham
parent 6b6c867c51
commit 341f775ba4

View File

@@ -293,7 +293,7 @@ flights[order(flights$year, flights$month, flights$day), , drop = FALSE]
1. Sort `flights` to find the fastest flights.
1. Which flights travlled the longest? Which travelled the shortest?
1. Which flights travelled the longest? Which travelled the shortest?
## Select columns with `select()`