mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix doc for singularize - pluralized
=> singularized
This commit is contained in:
parent
de2043ade6
commit
63949ae012
1 changed files with 1 additions and 1 deletions
|
@ -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 <tt>:en</tt>.
|
||||
#
|
||||
# 'posts'.singularize # => "post"
|
||||
|
|
Loading…
Reference in a new issue