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 |>