diff options
author | amitkumarsuroliya <amitkumarsuroliya@gmail.com> | 2015-10-11 22:44:32 +0530 |
---|---|---|
committer | amitkumarsuroliya <amitkumarsuroliya@gmail.com> | 2015-10-11 22:44:32 +0530 |
commit | e9a8b15778adeeda8dfccd2af6ca86b7e6bda575 (patch) | |
tree | 496acf9b10ac28b8d8326999cc005fc5a6175b53 /activesupport/lib | |
parent | 1002bf6127f137f1b749f661ad4443c94a8136c1 (diff) | |
download | rails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.tar.gz rails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.tar.bz2 rails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.zip |
Remove wrong period mark in `ActiveSupport::LogSubscriber` docs [ci skip]
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/log_subscriber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/log_subscriber.rb b/activesupport/lib/active_support/log_subscriber.rb index c4f685a4b4..e782cd2d4b 100644 --- a/activesupport/lib/active_support/log_subscriber.rb +++ b/activesupport/lib/active_support/log_subscriber.rb @@ -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. |