Skip to content

Commit

Permalink
Fix doc for singularize - pluralized => singularized
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Aug 27, 2013
1 parent de2043a commit 63949ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/inflector/methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def pluralize(word, locale = :en)
# 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 <tt>:en</tt>.
#
# 'posts'.singularize # => "post"
Expand Down

0 comments on commit 63949ae

Please sign in to comment.