From 3edb5820a84a0bdd41dcda192086930e656bd55e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 11 Jan 2019 10:03:08 -0500 Subject: [PATCH] oops --- Nested_Models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nested_Models.md b/Nested_Models.md index 557c2f1..e111ef6 100644 --- a/Nested_Models.md +++ b/Nested_Models.md @@ -57,4 +57,4 @@ Now we can give people homes like so: UPDATE people SET home_id = 2 WHERE id = 4; ``` -The previous code will find the row with an `id` of 4 and set the `home_id` column to 2; +The previous code will find the row with an `id` of 4 and set the `home_id` column to 2.