From 098fa943565e06dafa67ca59ccf433939d2941b4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Feb 2005 14:15:53 +0000 Subject: Fixed documentation snafus #575, #576, #577, #585 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@525 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/inflector.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib') 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 -- cgit v1.2.3