Merge pull request #24 from jennybc/patch-2

swap x and y
This commit is contained in:
Hadley Wickham 2016-01-07 14:39:41 -06:00
commit d10e6c6c9a
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%"}