diff options
author | Melanie Gilman <melanie@thoughtbot.com> | 2014-10-23 13:22:10 -0500 |
---|---|---|
committer | Melanie Gilman <melanie@thoughtbot.com> | 2014-10-23 13:22:10 -0500 |
commit | 6c75a111995a9aab09e19c2b6a8a42162f689bc6 (patch) | |
tree | 9be3d96abc9d93faf6a452c76021a50c3beeb1f2 /activesupport | |
parent | 5a16b5cd6d35a1a8a6846f6f73d543f466a5f03f (diff) | |
download | rails-6c75a111995a9aab09e19c2b6a8a42162f689bc6.tar.gz rails-6c75a111995a9aab09e19c2b6a8a42162f689bc6.tar.bz2 rails-6c75a111995a9aab09e19c2b6a8a42162f689bc6.zip |
Reword documentation for `uncountable` [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/inflector/inflections.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflector/inflections.rb b/activesupport/lib/active_support/inflector/inflections.rb index 97401ccec7..486838bd15 100644 --- a/activesupport/lib/active_support/inflector/inflections.rb +++ b/activesupport/lib/active_support/inflector/inflections.rb @@ -154,7 +154,7 @@ module ActiveSupport end end - # Add uncountable words that shouldn't be attempted inflected. + # Specifies words that are uncountable and should not be inflected. # # uncountable 'money' # uncountable 'money', 'information' |