Fix docs for AS::Notifications::Event#duration

Stems from comments by @zzak on e07f3dd:

* e07f3ddcac (commitcomment-9015634)
* e07f3ddcac (commitcomment-9015639)

[ci skip]
This commit is contained in:
claudiob 2014-12-17 12:20:14 -08:00
parent e07f3ddcac
commit 0de9a6ed21

@ -57,8 +57,8 @@ def initialize(name, start, ending, transaction_id, payload)
@duration = nil
end
# Returns the difference in milliseconds between the moments when the
# execution of the instrumented event started and when it ended.
# Returns the difference in milliseconds between when the execution of the
# event started and when it ended.
#
# ActiveSupport::Notifications.subscribe('wait') do |*args|
# @event = ActiveSupport::Notifications::Event.new(*args)