diff options
author | Michael de Silva <michael@mwdesilva.com> | 2012-04-13 00:44:14 +0300 |
---|---|---|
committer | Michael de Silva <michael@mwdesilva.com> | 2012-04-13 00:44:14 +0300 |
commit | 702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb (patch) | |
tree | 74142309cb0d32f8a60b7ef588015257b4f4eb2d /activesupport/lib | |
parent | 611020b4dd16799cc836ab15d7a010e6ad48c1ad (diff) | |
download | rails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.tar.gz rails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.tar.bz2 rails-702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb.zip |
Fix rdoc typo in ActiveSupport::Notifications
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/notifications.rb | 2 |
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 # |