From 269a2ea08d7d909005996951e6d5fcb1c0b5891a Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 24 Dec 2014 16:02:01 -0500 Subject: Correct grammar to fix #18182 [ci skip] --- activerecord/lib/active_record/persistence.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index 1fc82f05d4..bb1d01d089 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -124,7 +124,7 @@ module ActiveRecord # Saves the model. # - # If the model is new a record gets created in the database, otherwise + # If the model is new, a record gets created in the database, otherwise # the existing record gets updated. # # With save! validations always run. If any of them fail -- cgit v1.2.3