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

fix bad formatting [ci skip]

This commit is contained in:
Vijay Dev 2012-05-17 01:13:19 +05:30
parent 2a67a8cc59
commit 9adf28c026

View file

@ -16,9 +16,9 @@ module ActiveSupport
#
# Available behaviors:
#
# [+stderr+] Log all deprecation warnings to +$stderr+.
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
# [+log+] Log all deprecation warnings to +Rails.logger+.
# [+notify] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
# [+notify+] Use <tt>ActiveSupport::Notifications</tt> to notify +deprecation.rails+.
# [+silence+] Do nothing.
#
# Setting behaviors only affects deprecations that happen after boot time.