From 6c75a111995a9aab09e19c2b6a8a42162f689bc6 Mon Sep 17 00:00:00 2001 From: Melanie Gilman Date: Thu, 23 Oct 2014 13:22:10 -0500 Subject: Reword documentation for `uncountable` [ci skip] --- activesupport/lib/active_support/inflector/inflections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/inflector/inflections.rb') 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' -- cgit v1.2.3