From 99352fc49ae28334de2e56ad07286f99dbd2bca5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 12 Aug 2008 20:47:48 +0200 Subject: An string -> A string --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 5b70529bf9..d73d424339 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -757,7 +757,7 @@ module ActiveRecord #:nodoc: # # ==== Attributes # - # * +updates+ - An string of column and value pairs that will be set on any records that match conditions. + # * +updates+ - A string of column and value pairs that will be set on any records that match conditions. # What goes into the SET clause. # * +conditions+ - An SQL fragment like "administrator = 1" or [ "user_name = ?", username ]. See conditions in the intro for more info. # * +options+ - Additional options are :limit and :order, see the examples for usage. -- cgit v1.2.3