diff options
author | Vipul A M <vipulnsward@gmail.com> | 2014-08-13 23:38:29 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2014-08-13 23:38:29 +0530 |
commit | c39ea409927785017a2cabba26300b3edab3e098 (patch) | |
tree | 810dce508feed46ef567be751f3d95f6073bb8ff | |
parent | 71c7fd101324046995d8f7e51e78475c0e37ec1a (diff) | |
download | rails-c39ea409927785017a2cabba26300b3edab3e098.tar.gz rails-c39ea409927785017a2cabba26300b3edab3e098.tar.bz2 rails-c39ea409927785017a2cabba26300b3edab3e098.zip |
`overriden` => `overridden`
-rw-r--r-- | activerecord/lib/active_record/type/value.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/type/value.rb b/activerecord/lib/active_record/type/value.rb index e0a783fb45..1031337b83 100644 --- a/activerecord/lib/active_record/type/value.rb +++ b/activerecord/lib/active_record/type/value.rb @@ -70,7 +70,7 @@ module ActiveRecord # 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 + # overridden directly. Types which return a mutable value should include # +Type::Mutable+, which will define this method. def changed_in_place?(*) false |