From 20ca4026277b72fbb4f65e612600f420b659343d Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:17:43 +0200 Subject: [PATCH] Fix typo in 20.4.1 (#1566) --- joins.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joins.qmd b/joins.qmd index d5ca351..e6ed410 100644 --- a/joins.qmd +++ b/joins.qmd @@ -579,7 +579,7 @@ We'll come back to non-equi joins in @sec-non-equi-joins. ### Row matching -So far we've explored what happens if a row in `x` matches zero or one rows in `y`. +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.