aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-08-31 00:49:27 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-08-31 00:49:27 +0530
commitab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6 (patch)
treeead7b55d9f8025b5608338278ad03ee809244535 /activesupport
parent15455d76c8d33b3767a61e0cdd2de0ff592098ef (diff)
parent3bcecf8258d6b63ded2714672f92ad767423e41f (diff)
downloadrails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.tar.gz
rails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.tar.bz2
rails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/inflector/methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb
index d063fcb49c..ffdb7b53c4 100644
--- a/activesupport/lib/active_support/inflector/methods.rb
+++ b/activesupport/lib/active_support/inflector/methods.rb
@@ -36,7 +36,7 @@ module ActiveSupport
# string.
#
# If passed an optional +locale+ parameter, the word will be
- # pluralized using rules defined for that language. By default,
+ # singularized using rules defined for that language. By default,
# this parameter is set to <tt>:en</tt>.
#
# 'posts'.singularize # => "post"