aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/inflector.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/inflector.rb b/activesupport/lib/inflector.rb
index 6c8a60e6c4..065fad3762 100644
--- a/activesupport/lib/inflector.rb
+++ b/activesupport/lib/inflector.rb
@@ -1,4 +1,4 @@
-# The Inflector transforms words from singular to plural, class names to table names, modulized class names to ones without,
+# The Inflector transforms words from singular to plural, class names to table names, modularized class names to ones without,
# and class names to foreign keys.
module Inflector
extend self
@@ -81,4 +81,4 @@ module Inflector
[/s$/, '']
]
end
-end \ No newline at end of file
+end