diff options
author | Zachary Scott <e@zzak.io> | 2014-10-23 11:36:04 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-10-23 11:36:04 -0700 |
commit | be49ec4b1f4256146b963a781a02748a342c6b6e (patch) | |
tree | 9be3d96abc9d93faf6a452c76021a50c3beeb1f2 /activesupport/lib/active_support | |
parent | 5a16b5cd6d35a1a8a6846f6f73d543f466a5f03f (diff) | |
parent | 6c75a111995a9aab09e19c2b6a8a42162f689bc6 (diff) | |
download | rails-be49ec4b1f4256146b963a781a02748a342c6b6e.tar.gz rails-be49ec4b1f4256146b963a781a02748a342c6b6e.tar.bz2 rails-be49ec4b1f4256146b963a781a02748a342c6b6e.zip |
Merge branch 'mrgilman-reword-uncountable-documentation'
Diffstat (limited to 'activesupport/lib/active_support')
-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' |