diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-13 23:55:33 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-13 23:55:33 +0530 |
commit | 130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd (patch) | |
tree | bf282263768a0d05ab50638cc04ea0f39928f8b3 /activesupport/lib | |
parent | 48e9ff75c4a84a3edd0dedf4ec5aa5bc84462401 (diff) | |
parent | e890a69500531d5fcca0ad6617ace044ee62bf93 (diff) | |
download | rails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.tar.gz rails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.tar.bz2 rails-130d3a06ade83aec27cf1d2ff841dce9e0ad4dfd.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/string/inflections.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index 6522145572..0b506a6030 100644 --- a/activesupport/lib/active_support/core_ext/string/inflections.rb +++ b/activesupport/lib/active_support/core_ext/string/inflections.rb @@ -41,7 +41,7 @@ class String # # If the optional parameter +locale+ is specified, # the word will be singularized as a word of that language. - # By default, this paramter is set to <tt>:en</tt>. + # By default, this parameter is set to <tt>:en</tt>. # You must define your own inflection rules for languages other than English. # # 'posts'.singularize # => "post" |