From f3b95c4ae02644418fbb4813403675b26bdafc6c Mon Sep 17 00:00:00 2001 From: Andrea Scalia Date: Mon, 30 Dec 2024 17:06:03 +0100 Subject: [PATCH] Added missing word joins.qmd (#1696) --- joins.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joins.qmd b/joins.qmd index b18759bb7..8a7d21d8d 100644 --- a/joins.qmd +++ b/joins.qmd @@ -581,7 +581,7 @@ We'll come back to non-equi joins in @sec-non-equi-joins. So far we've explored what happens if a row in `x` matches zero or one row in `y`. What happens if it matches more than one row? -To understand what's going let's first narrow our focus to the `inner_join()` and then draw a picture, @fig-join-match-types. +To understand what's going on let's first narrow our focus to the `inner_join()` and then draw a picture, @fig-join-match-types. ```{r} #| label: fig-join-match-types