From 4e56cc2f9917073c8774c28703cb6e3b7cbba848 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 25 May 2009 15:39:43 +1000 Subject: typo in AS --- activesupport/lib/active_support/core_ext/string/inflections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3