aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-14 22:57:38 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-14 22:57:38 -0500
commitb0e943381becdb882c93fe699e324bf0e6c99806 (patch)
tree1ead539a74d3ea101421564280e667ba6f934e8a /activesupport/lib/active_support/notifications
parentd48163c65d1f6f4cec433e2b5fc785246d03c4b6 (diff)
downloadrails-b0e943381becdb882c93fe699e324bf0e6c99806.tar.gz
rails-b0e943381becdb882c93fe699e324bf0e6c99806.tar.bz2
rails-b0e943381becdb882c93fe699e324bf0e6c99806.zip
update AS/notifications and AS/testing docs [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/notifications')
-rw-r--r--activesupport/lib/active_support/notifications/instrumenter.rb2
1 files changed, 1 insertions, 1 deletions
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