Merge pull request #86 from spirgel/patch-4

typos
This commit is contained in:
Hadley Wickham
2016-04-04 08:29:43 -05:00

View File

@@ -62,8 +62,8 @@ This diagram is a little overwhelming, and even so it's simple compared to some
For nycflights13:
* `flights` connects to `planes` via single variable, `tailnum`. `flights`
connect `airlines` with the `carrier` variable.
* `flights` connects to `planes` via a single variable, `tailnum`. `flights`
connects to `airlines` with the `carrier` variable.
* `flights` connects to `airports` in two ways: via the `origin` or the
`dest`.