From b0e943381becdb882c93fe699e324bf0e6c99806 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 14 Sep 2012 22:57:38 -0500 Subject: update AS/notifications and AS/testing docs [ci skip] --- activesupport/lib/active_support/notifications/instrumenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/notifications') diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb index 78d0397f1f..ab0b162ee0 100644 --- a/activesupport/lib/active_support/notifications/instrumenter.rb +++ b/activesupport/lib/active_support/notifications/instrumenter.rb @@ -13,7 +13,7 @@ module ActiveSupport # Instrument the given block by measuring the time taken to execute it # and publish it. Notice that events get sent even if an error occurs - # in the passed-in block + # in the passed-in block. def instrument(name, payload={}) @notifier.start(name, @id, payload) begin -- cgit v1.2.3