diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-07-09 17:53:47 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-07-09 17:53:47 +0200 |
commit | c6f4c5916ef467814d970c70627a82c1df4d2686 (patch) | |
tree | 0e697aea7aef0ca88902d884227c665f6300dfaa /activesupport | |
parent | d7ffa3c077e08921ea7897455084fc2942fe0977 (diff) | |
download | rails-c6f4c5916ef467814d970c70627a82c1df4d2686.tar.gz rails-c6f4c5916ef467814d970c70627a82c1df4d2686.tar.bz2 rails-c6f4c5916ef467814d970c70627a82c1df4d2686.zip |
Minor typos: 'built-in' instead of 'built in', 'built into' instead of 'built in to'
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/logger.rb | 2 |
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: |