diff options
author | Jeffrey Hardy <packagethief@gmail.com> | 2012-10-08 14:17:38 -0400 |
---|---|---|
committer | Jeffrey Hardy <packagethief@gmail.com> | 2012-10-08 14:17:48 -0400 |
commit | d7ef1c16359da4360d456d1cbb49b79589118f8e (patch) | |
tree | 4425b49d7943a7d8646f9bc2865034e5a70d68da /activerecord/lib/active_record/relation | |
parent | ecb39e6956077a07a0bddb69bad5457116757898 (diff) | |
download | rails-d7ef1c16359da4360d456d1cbb49b79589118f8e.tar.gz rails-d7ef1c16359da4360d456d1cbb49b79589118f8e.tar.bz2 rails-d7ef1c16359da4360d456d1cbb49b79589118f8e.zip |
Fix typo: 'this also mean' -> 'this also means'
Diffstat (limited to 'activerecord/lib/active_record/relation')
-rw-r--r-- | activerecord/lib/active_record/relation/batches.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation/batches.rb b/activerecord/lib/active_record/relation/batches.rb index 28aab6d92b..8af0c6a8ef 100644 --- a/activerecord/lib/active_record/relation/batches.rb +++ b/activerecord/lib/active_record/relation/batches.rb @@ -40,7 +40,7 @@ module ActiveRecord # # It's not possible to set the order. That is automatically set to # ascending on the primary key ("id ASC") to make the batch ordering - # work. This also mean that this method only works with integer-based + # work. This also means that this method only works with integer-based # primary keys. You can't set the limit either, that's used to control # the batch sizes. # |