diff options
author | Zachary Scott <e@zzak.io> | 2014-12-24 16:02:01 -0500 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-24 16:02:01 -0500 |
commit | 269a2ea08d7d909005996951e6d5fcb1c0b5891a (patch) | |
tree | 819314b02024cde6fd7bf193de2dac0c29b1772c /activerecord | |
parent | e9fd0e9d769ba2271e44f597edc70e5e47b45b9b (diff) | |
download | rails-269a2ea08d7d909005996951e6d5fcb1c0b5891a.tar.gz rails-269a2ea08d7d909005996951e6d5fcb1c0b5891a.tar.bz2 rails-269a2ea08d7d909005996951e6d5fcb1c0b5891a.zip |
Correct grammar to fix #18182 [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/persistence.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>save!</tt> validations always run. If any of them fail |