From 0d41a5d883bc903b64335817172fbf730b3d2968 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 18 Nov 2022 16:25:20 -0600 Subject: [PATCH] Fix typo Closes #1084 --- joins.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joins.qmd b/joins.qmd index 7efc97e..0a3b035 100644 --- a/joins.qmd +++ b/joins.qmd @@ -282,7 +282,7 @@ That's why this type of join is often called an **equi-join**. You'll learn about non-equi-joins in @sec-non-equi-joins. Secondly, it's how you specify different join keys in each table. -For example, there are two ways to join the `flight2` and `airports` table: either by `dest` or `origin:` +For example, there are two ways to join the `flight2` and `airports` table: either by `dest` or `origin`: ```{r} flights2 |>