From 63949ae0122afcad084c01b56dd0c1640322c75d Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 27 Aug 2013 20:02:21 +0530 Subject: Fix doc for singularize - `pluralized` => `singularized` --- activesupport/lib/active_support/inflector/methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/inflector/methods.rb') 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 :en. # # 'posts'.singularize # => "post" -- cgit v1.2.3