Clarify single pipeline for each, closes #1458

This commit is contained in:
mine-cetinkaya-rundel 2023-05-09 23:18:18 -04:00
parent 22880a3663
commit ee2b654a55
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ flights |>
### Exercises
1. In a single pipeline, find all flights that meet each of the following conditions:
1. In a single pipeline for each condition, find all flights that meet the condition:
- Had an arrival delay of two or more hours
- Flew to Houston (`IAH` or `HOU`)