mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix typo in ActiveSupport::Inflector#titleize
This commit is contained in:
parent
c6dbaac12b
commit
6659252d9f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module ActiveSupport
|
|||
# a nicer looking title. +titleize+ is meant for creating pretty output. It is not
|
||||
# used in the Rails internals.
|
||||
#
|
||||
# +titleize+ is also aliased as as +titlecase+.
|
||||
# +titleize+ is also aliased as +titlecase+.
|
||||
#
|
||||
# Examples:
|
||||
# "man from the boondocks".titleize # => "Man From The Boondocks"
|
||||
|
|
Loading…
Reference in a new issue