diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index 541931a037..ea4ed61e42 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 # => "Business" + # "business".classify # => "Busines" def classify ActiveSupport::Inflector.classify(self) end