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.