diff options
author | Xavier Noria <fxn@hashref.com> | 2016-08-08 01:21:13 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2016-08-08 01:21:27 +0200 |
commit | 628474f2d3330f8a5f14d87153efbed1fcb23e0e (patch) | |
tree | 9bea28ef49c1db489b167925aedd3cdb6035633a | |
parent | 55dfa009769962367c58563480c9f776ae0f53ea (diff) | |
download | rails-628474f2d3330f8a5f14d87153efbed1fcb23e0e.tar.gz rails-628474f2d3330f8a5f14d87153efbed1fcb23e0e.tar.bz2 rails-628474f2d3330f8a5f14d87153efbed1fcb23e0e.zip |
damn typos [ci skip]
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/aliasing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/aliasing.rb b/activesupport/lib/active_support/core_ext/module/aliasing.rb index ccc4b0db3a..4a04bdd446 100644 --- a/activesupport/lib/active_support/core_ext/module/aliasing.rb +++ b/activesupport/lib/active_support/core_ext/module/aliasing.rb @@ -65,7 +65,7 @@ class Module # e.subject = "Megastars" # e.title # => "Megastars" def alias_attribute(new_name, old_name) - # The following reader methods use an explicit `self` receiver in otder to + # The following reader methods use an explicit `self` receiver in order to # support aliases that start with an uppercase letter. Otherwise, they would # be resolved as constants instead. module_eval <<-STR, __FILE__, __LINE__ + 1 |