aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/batches.rb
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
committerNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
commit9a9d895481ada301143c0554dabd4ec9914b8703 (patch)
treeeb4e839b09335d5a5e6fd23a108136b1f18f7b21 /activerecord/lib/active_record/relation/batches.rb
parenta906deabc6554f6271b3d9a84384c101edaad921 (diff)
downloadrails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.gz
rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.bz2
rails-9a9d895481ada301143c0554dabd4ec9914b8703.zip
Fix Typos: remove several occurences of the the
Diffstat (limited to 'activerecord/lib/active_record/relation/batches.rb')
-rw-r--r--activerecord/lib/active_record/relation/batches.rb2
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 359af9820f..bf5a60f458 100644
--- a/activerecord/lib/active_record/relation/batches.rb
+++ b/activerecord/lib/active_record/relation/batches.rb
@@ -39,7 +39,7 @@ module ActiveRecord
# ascending on the primary key ("id ASC") to make the batch ordering
# work. This also mean that this method only works with integer-based
# primary keys. You can't set the limit either, that's used to control
- # the the batch sizes.
+ # the batch sizes.
#
# Example:
#