1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix incorrect word.

This commit is contained in:
Ben Orenstein 2011-02-27 16:45:57 -05:00 committed by Xavier Noria
parent 3f97f056f9
commit ea6a2b7c11

View file

@ -27,7 +27,7 @@ module ActiveSupport
# up the queue, subscriptions and turning colors in logs off. # up the queue, subscriptions and turning colors in logs off.
# #
# The messages are available in the @logger instance, which is a logger with limited # The messages are available in the @logger instance, which is a logger with limited
# powers (it actually do not send anything to your output), and you can collect them # powers (it actually does not send anything to your output), and you can collect them
# doing @logger.logged(level), where level is the level used in logging, like info, # doing @logger.logged(level), where level is the level used in logging, like info,
# debug, warn and so on. # debug, warn and so on.
# #