aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2011-02-14 20:41:32 -0500
committerBen Orenstein <ben.orenstein@gmail.com>2011-02-14 20:41:32 -0500
commit25e3d2caf4a4d567c1087db326cee3dfe15151a3 (patch)
treefc09943993300c0caa0ae597b9e14db9d6dca098 /activesupport
parenta1cc07c35eb5f2f66d39fd2ba22a84cdd9cf99be (diff)
downloadrails-25e3d2caf4a4d567c1087db326cee3dfe15151a3.tar.gz
rails-25e3d2caf4a4d567c1087db326cee3dfe15151a3.tar.bz2
rails-25e3d2caf4a4d567c1087db326cee3dfe15151a3.zip
Correct bad wording in description.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/string/inflections.rb2
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 55b24b0925..2f0676f567 100644
--- a/activesupport/lib/active_support/core_ext/string/inflections.rb
+++ b/activesupport/lib/active_support/core_ext/string/inflections.rb
@@ -3,7 +3,7 @@ require 'active_support/inflector/inflections'
require 'active_support/inflector/transliterate'
# String inflections define new methods on the String class to transform names for different purposes.
-# For instance, you can figure out the name of a database from the name of a class.
+# For instance, you can figure out the name of a table from the name of a class.
#
# "ScaleScore".tableize # => "scale_scores"
#