aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authoramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-10-11 22:44:32 +0530
committeramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-10-11 22:44:32 +0530
commite9a8b15778adeeda8dfccd2af6ca86b7e6bda575 (patch)
tree496acf9b10ac28b8d8326999cc005fc5a6175b53 /activesupport
parent1002bf6127f137f1b749f661ad4443c94a8136c1 (diff)
downloadrails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.tar.gz
rails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.tar.bz2
rails-e9a8b15778adeeda8dfccd2af6ca86b7e6bda575.zip
Remove wrong period mark in `ActiveSupport::LogSubscriber` docs [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/log_subscriber.rb2
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.