diff options
author | Joe Hannon <ziggurism@gmail.com> | 2010-05-02 15:55:58 -0700 |
---|---|---|
committer | Xavier Noria <fxn@ubuntu.(none)> | 2010-05-04 19:24:40 +0200 |
commit | c8d03fbe9ba461a0b635dcb85759cc4a2261ba95 (patch) | |
tree | c02c6ec40c2d2b4285923c2173ee29661bf8aaf9 /railties/guides | |
parent | 058f7feafe13024f594ba1e157305c36c20e1d2e (diff) | |
download | rails-c8d03fbe9ba461a0b635dcb85759cc4a2261ba95.tar.gz rails-c8d03fbe9ba461a0b635dcb85759cc4a2261ba95.tar.bz2 rails-c8d03fbe9ba461a0b635dcb85759cc4a2261ba95.zip |
grammatical error 'uses' -> 'use'
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/active_record_querying.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_record_querying.textile b/railties/guides/source/active_record_querying.textile index e47615f070..1cfec1cf77 100644 --- a/railties/guides/source/active_record_querying.textile +++ b/railties/guides/source/active_record_querying.textile @@ -17,7 +17,7 @@ If you're used to using raw SQL to find database records then, generally, you wi Code examples throughout this guide will refer to one or more of the following models: -TIP: All of the following models uses +id+ as the primary key, unless specified otherwise. +TIP: All of the following models use +id+ as the primary key, unless specified otherwise. <br /> |