aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAdam Meehan <adam.meehan@gmail.com>2009-05-25 15:39:43 +1000
committerAdam Meehan <adam.meehan@gmail.com>2009-05-25 15:39:43 +1000
commit4e56cc2f9917073c8774c28703cb6e3b7cbba848 (patch)
treecf21b1929d0abc4b76cda434606e8a07900ac452 /activesupport/lib
parent91e32af7729bea97fc971ac3ef5d3b2755fb0248 (diff)
downloadrails-4e56cc2f9917073c8774c28703cb6e3b7cbba848.tar.gz
rails-4e56cc2f9917073c8774c28703cb6e3b7cbba848.tar.bz2
rails-4e56cc2f9917073c8774c28703cb6e3b7cbba848.zip
typo in AS
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/string/inflections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb
index ea4ed61e42..541931a037 100644
--- a/activesupport/lib/active_support/core_ext/string/inflections.rb
+++ b/activesupport/lib/active_support/core_ext/string/inflections.rb
@@ -121,7 +121,7 @@ class String
#
# Singular names are not handled correctly.
#
- # "business".classify # => "Busines"
+ # "business".classify # => "Business"
def classify
ActiveSupport::Inflector.classify(self)
end