aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authoraditya-kapoor <aditya.kapoor@vinsol.com>2013-05-08 15:51:04 +0530
committeraditya-kapoor <aditya.kapoor@vinsol.com>2013-05-08 15:51:04 +0530
commitc3a5ea6ef696467acebaae4fc003662124ab26e6 (patch)
treecd4808f1d8e7f47284253391ecb75b16987d59b8 /activesupport/lib/active_support/core_ext/string
parent33008ab9d2a597e8ffd58470aab08c9595614835 (diff)
downloadrails-c3a5ea6ef696467acebaae4fc003662124ab26e6.tar.gz
rails-c3a5ea6ef696467acebaae4fc003662124ab26e6.tar.bz2
rails-c3a5ea6ef696467acebaae4fc003662124ab26e6.zip
Changed spelling of Busines to Business
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-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 0b506a6030..56e8a5f98d 100644
--- a/activesupport/lib/active_support/core_ext/string/inflections.rb
+++ b/activesupport/lib/active_support/core_ext/string/inflections.rb
@@ -185,7 +185,7 @@ class String
#
# Singular names are not handled correctly.
#
- # 'business'.classify # => "Busines"
+ # 'business'.classify # => "Business"
def classify
ActiveSupport::Inflector.classify(self)
end