aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-12-25 15:28:25 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2011-12-25 15:28:25 +0200
commite4a1868bec4cae45fb18e441530639607cd169ac (patch)
tree3fa46bab378068f034c076e780cb07776369bf67 /activerecord/lib/active_record/persistence.rb
parentd1d3cac0d2828f3b7fe0380412a62fb773fc052d (diff)
downloadrails-e4a1868bec4cae45fb18e441530639607cd169ac.tar.gz
rails-e4a1868bec4cae45fb18e441530639607cd169ac.tar.bz2
rails-e4a1868bec4cae45fb18e441530639607cd169ac.zip
Remove extra 'be'.
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
-rw-r--r--activerecord/lib/active_record/persistence.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb
index bf4f97b03b..f468cdbefa 100644
--- a/activerecord/lib/active_record/persistence.rb
+++ b/activerecord/lib/active_record/persistence.rb
@@ -9,7 +9,7 @@ module ActiveRecord
# Creates an object (or multiple objects) and saves it to the database, if validations pass.
# The resulting object is returned whether the object was saved successfully to the database or not.
#
- # The +attributes+ parameter can be either be a Hash or an Array of Hashes. These Hashes describe the
+ # The +attributes+ parameter can be either a Hash or an Array of Hashes. These Hashes describe the
# attributes on the objects that are to be created.
#
# +create+ respects mass-assignment security and accepts either +:as+ or +:without_protection+ options