diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-08-31 00:49:27 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-08-31 00:49:27 +0530 |
commit | ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6 (patch) | |
tree | ead7b55d9f8025b5608338278ad03ee809244535 /activesupport/lib/active_support | |
parent | 15455d76c8d33b3767a61e0cdd2de0ff592098ef (diff) | |
parent | 3bcecf8258d6b63ded2714672f92ad767423e41f (diff) | |
download | rails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.tar.gz rails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.tar.bz2 rails-ab0cbff07ebb5df8c9354fa2b3fd9984e039d2c6.zip |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/inflector/methods.rb | 2 |
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" |