mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove wrong period mark in ActiveSupport::LogSubscriber
docs [ci skip]
This commit is contained in:
parent
1002bf6127
commit
e9a8b15778
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'active_support/core_ext/class/attribute'
|
|||
require 'active_support/subscriber'
|
||||
|
||||
module ActiveSupport
|
||||
# ActiveSupport::LogSubscriber is an object set to consume.
|
||||
# ActiveSupport::LogSubscriber is an object set to consume
|
||||
# ActiveSupport::Notifications with the sole purpose of logging them.
|
||||
# The log subscriber dispatches notifications to a registered object based
|
||||
# on its given namespace.
|
||||
|
|
Loading…
Reference in a new issue