Skip to content

Commit

Permalink
Added missing word joins.qmd (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrscalia authored Dec 30, 2024
1 parent 12c6aff commit f3b95c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joins.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3b95c4

Please sign in to comment.