aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-09 22:08:24 +0200
committerXavier Noria <fxn@hashref.com>2010-07-09 22:08:24 +0200
commit2f04c8785540597b02a265324c91267f09ddd07c (patch)
tree0cb9aea2110507b4f525302e1babc998b8cc801e /activesupport/lib/active_support/core_ext
parentc9ae2c11ebbf42d887dced2938a59e8d0634d60a (diff)
parentc6f4c5916ef467814d970c70627a82c1df4d2686 (diff)
downloadrails-2f04c8785540597b02a265324c91267f09ddd07c.tar.gz
rails-2f04c8785540597b02a265324c91267f09ddd07c.tar.bz2
rails-2f04c8785540597b02a265324c91267f09ddd07c.zip
Merge remote branch 'docrails/master'
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/logger.rb b/activesupport/lib/active_support/core_ext/logger.rb
index d023b4bcff..a1c351bfd9 100644
--- a/activesupport/lib/active_support/core_ext/logger.rb
+++ b/activesupport/lib/active_support/core_ext/logger.rb
@@ -18,7 +18,7 @@ end
require 'logger'
-# Extensions to the built in Ruby logger.
+# Extensions to the built-in Ruby logger.
#
# If you want to use the default log formatter as defined in the Ruby core, then you
# will need to set the formatter for the logger as in: