1
0
Fork 0
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:
amitkumarsuroliya 2015-10-11 22:44:32 +05:30
parent 1002bf6127
commit e9a8b15778

View file

@ -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.