diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-08-13 16:47:28 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-08-13 16:47:28 +0530 |
commit | 12ce5b1cf6be926d6ca22474d1d77ca83b9da2bf (patch) | |
tree | 8722d723f2476f58135416f281de3a0d72e4ecf2 /activerecord/lib | |
parent | 82e28492e7c581cdeea904464a18eb11118f4ac0 (diff) | |
download | rails-12ce5b1cf6be926d6ca22474d1d77ca83b9da2bf.tar.gz rails-12ce5b1cf6be926d6ca22474d1d77ca83b9da2bf.tar.bz2 rails-12ce5b1cf6be926d6ca22474d1d77ca83b9da2bf.zip |
[ci skip] fix spelling of override
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/type/value.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/type/value.rb b/activerecord/lib/active_record/type/value.rb index e0a783fb45..475e130013 100644 --- a/activerecord/lib/active_record/type/value.rb +++ b/activerecord/lib/active_record/type/value.rb @@ -69,8 +69,8 @@ module ActiveRecord end # Determines whether the mutable value has been modified since it was - # read. Returns +false+ by default. This method should not need to be - # overriden directly. Types which return a mutable value should include + # read. Returns +false+ by default. This method should not be overridden + # directly. Types which return a mutable value should include # +Type::Mutable+, which will define this method. def changed_in_place?(*) false |