typos
This commit is contained in:
parent
53dc4b8784
commit
de28aa5827
|
@ -62,8 +62,8 @@ This diagram is a little overwhelming, and even so it's simple compared to some
|
||||||
|
|
||||||
For nycflights13:
|
For nycflights13:
|
||||||
|
|
||||||
* `flights` connects to `planes` via single variable, `tailnum`. `flights`
|
* `flights` connects to `planes` via a single variable, `tailnum`. `flights`
|
||||||
connect `airlines` with the `carrier` variable.
|
connects to `airlines` with the `carrier` variable.
|
||||||
|
|
||||||
* `flights` connects to `airports` in two ways: via the `origin` or the
|
* `flights` connects to `airports` in two ways: via the `origin` or the
|
||||||
`dest`.
|
`dest`.
|
||||||
|
|
Loading…
Reference in New Issue