diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-08 10:37:06 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-08 10:37:06 +0530 |
commit | f5ca190bd33722e6a9b3539968ae9f8ae01fb471 (patch) | |
tree | 84dbb888162bf4bab32846da009be5fe2488b15f /activesupport/lib/active_support/inflector | |
parent | 396638c3fd3408172f971a94b20c801eb4e91a1a (diff) | |
download | rails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.tar.gz rails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.tar.bz2 rails-f5ca190bd33722e6a9b3539968ae9f8ae01fb471.zip |
fix typo again (Thanks Phillip Oertel)
Diffstat (limited to 'activesupport/lib/active_support/inflector')
-rw-r--r-- | activesupport/lib/active_support/inflector/methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb index 282f46a836..144cdd3c8f 100644 --- a/activesupport/lib/active_support/inflector/methods.rb +++ b/activesupport/lib/active_support/inflector/methods.rb @@ -298,7 +298,7 @@ module ActiveSupport end end - # Applies inflection rules for +singuralize+ and +pluralize+. + # Applies inflection rules for +singularize+ and +pluralize+. # # Examples: # apply_inflections("post", inflections.plurals) # => "posts" |