swap x and y

This commit is contained in:
Jennifer (Jenny) Bryan 2016-01-07 10:46:27 -08:00
parent 5d33dd0b50
commit 967de5e604
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ There are three ways that the keys might match: one-to-one, one-to-many, and man
inner_join(x, y, by = "key")
```
* In a one-to-many match, each key in `x` matches multiple keys in `y`. This
* In a one-to-many match, each key in `y` matches multiple keys in `x`. This
is useful when you want to add in additional information.
```{r, echo = FALSE, out.width = "100%"}