From ee2b654a55ca18b772adb27584c40b621bd210f4 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 9 May 2023 23:18:18 -0400 Subject: [PATCH] Clarify single pipeline for each, closes #1458 --- data-transform.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-transform.qmd b/data-transform.qmd index fa3546a..1a1a56a 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -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`)