From 14709ab52b565ef9cde4b6b3fcd25e958f8765b9 Mon Sep 17 00:00:00 2001 From: Brandon Greenwell Date: Thu, 18 Feb 2016 13:44:30 -0500 Subject: [PATCH] Fix typo --- relational-data.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relational-data.Rmd b/relational-data.Rmd index 39734e1..6010c32 100644 --- a/relational-data.Rmd +++ b/relational-data.Rmd @@ -58,7 +58,7 @@ One way to show the relationships between the different tables is with a drawing knitr::include_graphics("diagrams/relational-nycflights.png") ``` -This diagram is a little overwhelming, and even so it's simple compared to some you'll see in the wild! The key to understanding diagrams like this is to remember each relation always concerns a pair of tables. You don't need to understand the whole thing; you just need the understand the chain of relations between the tables that you are interested in. +This diagram is a little overwhelming, and even so it's simple compared to some you'll see in the wild! The key to understanding diagrams like this is to remember each relation always concerns a pair of tables. You don't need to understand the whole thing; you just need to understand the chain of relations between the tables that you are interested in. For nycflights13: