aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-10-23 11:36:04 -0700
committerZachary Scott <e@zzak.io>2014-10-23 11:36:04 -0700
commitbe49ec4b1f4256146b963a781a02748a342c6b6e (patch)
tree9be3d96abc9d93faf6a452c76021a50c3beeb1f2 /activesupport/lib
parent5a16b5cd6d35a1a8a6846f6f73d543f466a5f03f (diff)
parent6c75a111995a9aab09e19c2b6a8a42162f689bc6 (diff)
downloadrails-be49ec4b1f4256146b963a781a02748a342c6b6e.tar.gz
rails-be49ec4b1f4256146b963a781a02748a342c6b6e.tar.bz2
rails-be49ec4b1f4256146b963a781a02748a342c6b6e.zip
Merge branch 'mrgilman-reword-uncountable-documentation'
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/inflector/inflections.rb2
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'