aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications.rb
diff options
context:
space:
mode:
authorMichael de Silva <michael@mwdesilva.com>2012-04-13 00:44:14 +0300
committerMichael de Silva <michael@mwdesilva.com>2012-04-13 00:44:14 +0300
commit702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb (patch)
tree74142309cb0d32f8a60b7ef588015257b4f4eb2d /activesupport/lib/active_support/notifications.rb
parent611020b4dd16799cc836ab15d7a010e6ad48c1ad (diff)
downloadrails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.tar.gz
rails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.tar.bz2
rails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.zip
Fix rdoc typo in ActiveSupport::Notifications
Diffstat (limited to 'activesupport/lib/active_support/notifications.rb')
-rw-r--r--activesupport/lib/active_support/notifications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 8cf7bdafda..9794527752 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -4,7 +4,7 @@ require 'active_support/notifications/fanout'
module ActiveSupport
# = Notifications
#
- # +ActiveSupport::Notifications+ provides an instrumentation API for Ruby.
+ # <tt>ActiveSupport::Notifications</tt> provides an instrumentation API for Ruby.
#
# == Instrumenters
#