From 8e94137a121031eda5fa0083b96cb9bc4b4f7aa2 Mon Sep 17 00:00:00 2001 From: Brooks Reese Date: Thu, 13 Aug 2015 12:43:49 -0500 Subject: [ci skip] SQL is written using statements, not sentences --- guides/source/active_record_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index f4baf92228..dafbe17bbd 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -142,7 +142,7 @@ end This will create a `Product` model, mapped to a `products` table at the database. By doing this you'll also have the ability to map the columns of each row in that table with the attributes of the instances of your model. Suppose -that the `products` table was created using an SQL sentence like: +that the `products` table was created using an SQL statement like: ```sql CREATE TABLE products ( -- cgit v1.2.3