Fix typo in 20.4.1 (#1566)

This commit is contained in:
Michael Grund
2023-08-22 17:17:43 +02:00
committed by GitHub
parent 0a0153ae8d
commit 20ca402627

View File

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