damn typos [ci skip]

This commit is contained in:
Xavier Noria 2016-08-08 01:21:13 +02:00
parent 55dfa00976
commit 628474f2d3

@ -65,7 +65,7 @@ def alias_method_chain(target, feature)
# 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