Fix typo in 20.4.1 (#1566)
This commit is contained in:
parent
0a0153ae8d
commit
20ca402627
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue