File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activesupport/lib/active_support/notifications Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ def groups_for(name) # :nodoc:
210
210
groups
211
211
end
212
212
213
- # A +Handle+ is used to record the start and finish time of event
213
+ # A +Handle+ is used to record the start and finish time of event.
214
214
#
215
- # Both #start and #finish must each be called exactly once
215
+ # Both #start and #finish must each be called exactly once.
216
216
#
217
- # Where possible, it's best to the block form, ActiveSupport::Notifications.instrument.
217
+ # Where possible, it's best to use the block form: ActiveSupport::Notifications.instrument.
218
218
# +Handle+ is a low-level API intended for cases where the block form can't be used.
219
219
#
220
220
# handle = ActiveSupport::Notifications.instrumenter.build_handle("my.event", {})
You can’t perform that action at this time.
0 commit comments