From 702d25e34d104a6ed5ddc14b4d7740c8a43bbcdb Mon Sep 17 00:00:00 2001 From: Michael de Silva Date: Fri, 13 Apr 2012 00:44:14 +0300 Subject: [PATCH] Fix rdoc typo in ActiveSupport::Notifications --- activesupport/lib/active_support/notifications.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ module ActiveSupport # = Notifications # - # +ActiveSupport::Notifications+ provides an instrumentation API for Ruby. + # ActiveSupport::Notifications provides an instrumentation API for Ruby. # # == Instrumenters #