diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-06 22:03:06 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-06 22:03:30 +0530 |
commit | 4db1bd37cb017e983e5381ae1bec5d969b6eb253 (patch) | |
tree | fb4df138f46f550a8198afc8e6419d2a74537c95 /activesupport/lib/active_support/inflector | |
parent | 9b46613780dcd0aa49abf49877baea274040c0b2 (diff) | |
download | rails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.tar.gz rails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.tar.bz2 rails-4db1bd37cb017e983e5381ae1bec5d969b6eb253.zip |
fix typo
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 9eba02b6f0..282f46a836 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 +singluralize+ and +pluralize+. + # Applies inflection rules for +singuralize+ and +pluralize+. # # Examples: # apply_inflections("post", inflections.plurals) # => "posts" |