From 43058baf7685c9293712f4295a1089be4b044542 Mon Sep 17 00:00:00 2001 From: Peter Ganong Date: Mon, 13 Mar 2023 16:32:37 -0500 Subject: [PATCH] fix typo in 4.2.5 (#1365) --- data-transform.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-transform.qmd b/data-transform.qmd index e504257..eeaa243 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -225,7 +225,7 @@ flights |> ### Exercises -1. In a singe pipeline, find all flights that meet all of the following conditions: +1. In a single pipeline, find all flights that meet all of the following conditions: - Had an arrival delay of two or more hours - Flew to Houston (`IAH` or `HOU`)