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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.