From aa289d325bc4f831f9dabf7204b14e15cd8864ac Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 8 May 2008 17:55:06 +0200 Subject: removed spurious word --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 4b43b52d5f..e768c7e3b2 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -2251,7 +2251,7 @@ module ActiveRecord #:nodoc: self end - # Increments +attribute+ via and saves the record. This method differs from + # Increments +attribute+ and saves the record. This method differs from # its non-bang version in that it passes through the attribute setter. # Saving is not subjected to validation checks. Returns +self+. def increment!(attribute, by = 1) -- cgit v1.2.3